Type Aliases

ToolArgValidationMode

Type Alias: ToolArgValidationMode

ToolArgValidationMode = "enforce" | "warn" | "off"

Defined in: src/core/agent/toolArgsValidation.ts:37

When to enforce: 'enforce' rejects before dispatch (default), 'warn' emits the event but executes anyway, 'off' skips validation entirely.

On this page