Skip to content

ToolInputValidationError

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

Thrown when the input passed to a tool’s execute fails its input schema.

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

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

Parameter Type
toolId string
cause ZodError

ToolInputValidationError

Error.constructor
readonly issues: $ZodIssue[];

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


readonly toolId: string;

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