// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Agents.AI.Workflows.Checkpointing; /// /// Information about an input port, including its input and output types. /// /// /// /// public record class RequestPortInfo(TypeId RequestType, TypeId ResponseType, string PortId);