Compartir a través de


AgentInvocationContext Class

Definition

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

public class AgentInvocationContext
type AgentInvocationContext = class
Public Class AgentInvocationContext
Inheritance
AgentInvocationContext

Constructors

Name Description
AgentInvocationContext(IIdGenerator, String, String)

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

Properties

Name Description
ConversationId

Gets the conversation ID for this invocation.

Current

Gets the current agent invocation context from the async local storage.

IdGenerator

Gets the ID generator for creating unique identifiers.

ResponseId

Gets the response ID for this invocation.

Applies to