AgentInvocationContext(IIdGenerator, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.