AgentInvocationException(ResponseError) 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.
Exception thrown when an agent invocation fails.
public AgentInvocationException(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseError error);
new Azure.AI.AgentServer.Responses.Invocation.AgentInvocationException : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseError -> Azure.AI.AgentServer.Responses.Invocation.AgentInvocationException
Public Sub New (error As ResponseError)
Parameters
- error
- ResponseError
The response error details.