Skip to content

ToolOutputValidationError

Defined in: tool/tool.errors.ts:17

Thrown when the value a tool’s execute returns fails its output schema.

  • Error
new ToolOutputValidationError(toolId, cause): ToolOutputValidationError;

Defined in: tool/tool.errors.ts:21

Parameter Type
toolId string
cause ZodError

ToolOutputValidationError

Error.constructor
readonly issues: $ZodIssue[];

Defined in: tool/tool.errors.ts:19


readonly toolId: string;

Defined in: tool/tool.errors.ts:18