Variable: E_INVALID_TOOL_ARGS
ts
const E_INVALID_TOOL_ARGS: CreatedException<[]>;Thrown synchronously when @nhtio/adk!Tool.validate is called with arguments that fail the tool's input schema.
Remarks
Not fatal — an arg validation failure in the tool call loop is a caller mistake that can be surfaced as an error response. The tool handler is NOT called when this is thrown.