Class ToolCallError

All Implemented Interfaces:
Serializable

public class ToolCallError extends AgentsError
ToolCallError

Thrown when a tool execution fails. Contains information about which tool failed and why.

Follows TypeScript SDK pattern from @openai/agents-core Source: https://openai.github.io/openai-agents-js/guides/tools/

See Also:
  • Constructor Details