MIN_TOOL_TIMEOUT_MS

Constant MIN_TOOL_TIMEOUT_MS 

Source
pub const MIN_TOOL_TIMEOUT_MS: u64 = 100;
Expand description

Hard floor on tool_timeout_ms accepted from external callers (100 ms).

A value of 0 would silently time out every tool call immediately, making tool calling unusable without a clear error. 100 ms is still very tight but allows intentionally fast tools (health checks, no-ops in tests).