Module parsers

Module parsers 

Source
Expand description

Submodule index for concrete super::parser::ToolCallParser implementations.

Each parser lives in its own file and is named after the dialect it handles. This is the only place — together with super::registry — where the set of available parsers is enumerated.

Modules§

qwen_xml
Qwen-style XML tool-call parser.
standard
Identity-passthrough parser for models that already speak strict OpenAI.