Table of Contents

Class AgentRequest

Namespace
JD.AI.Workflows
Assembly
JD.AI.Workflows.dll

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

Message string
SessionId string

Properties

Message

public string Message { get; init; }

Property Value

string

SessionId

public string? SessionId { get; init; }

Property Value

string