Azure.AI.AgentServer.Responses.Invocation Namespace
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.
Classes
| Name | Description |
|---|---|
| AgentInvocationBase |
Base class for agent invocations that provides common functionality for executing agents. |
| AgentInvocationContext |
Provides context information for agent invocations including ID generation and conversation tracking. |
| AgentInvocationException |
Exception thrown when an agent invocation fails. |
| ResponsesExtensions |
Provides extension methods for working with agent responses. |
Interfaces
| Name | Description |
|---|---|
| IAgentInvocation |
Defines the contract for agent invocation implementations. |