Udostępnij przez


AgentInvocationContext(IIdGenerator, String, String) Constructor

Definition

Provides context information for agent invocations including ID generation and conversation tracking.

public AgentInvocationContext(Azure.AI.AgentServer.Core.Common.Id.IIdGenerator idGenerator, string responseId, string conversationId);
new Azure.AI.AgentServer.Responses.Invocation.AgentInvocationContext : Azure.AI.AgentServer.Core.Common.Id.IIdGenerator * string * string -> Azure.AI.AgentServer.Responses.Invocation.AgentInvocationContext
Public Sub New (idGenerator As IIdGenerator, responseId As String, conversationId As String)

Parameters

idGenerator
IIdGenerator

The ID generator for creating unique identifiers.

responseId
String

The response ID for this invocation.

conversationId
String

The conversation ID for this invocation.

Applies to