Class AgentRequest
Represents a request processed by the agent that may require workflow orchestration.
public record AgentRequest : IEquatable<AgentRequest>
- Inheritance
-
AgentRequest
- Implements
- Inherited Members
Constructors
AgentRequest(string, string?)
Represents a request processed by the agent that may require workflow orchestration.
public AgentRequest(string Message, string? SessionId = null)
Parameters
Properties
Message
public string Message { get; init; }
Property Value
SessionId
public string? SessionId { get; init; }