AgentInvocationContext Class
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 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. |