Skip to main content

Module tool_normalizer

Module tool_normalizer 

Source
Expand description

Tool normalization driver wrapper.

Wraps any LlmDriver and normalizes its tool call output to match Claude Sonnet/Opus 4.6 behavior, regardless of the backend model’s native tool-call capability.

Structs§

ToolNormalizerDriver
Driver wrapper that normalizes tool calls from any backend model to match Claude Sonnet/Opus 4.6 format.