Skip to main content

Module parsers

Module parsers 

Source
Expand description

ยงparsers

LOC Complexity

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

Each parser lives in its own file and is named after the dialect family it handles: delimited covers every marker-delimited dialect, configured by a crate::domain::dialect::DialectSpec, while standard is the identity passthrough. This is the only place โ€” together with super::registry โ€” where the set of available parsers is enumerated.

Modules

ModuleLOCComplexityCoverage
delimited.rs
standard.rs

Modulesยง

delimited ๐Ÿ”’
Spec-driven delimited tool-call parser.
standard ๐Ÿ”’
Identity-passthrough parser for models that already speak strict OpenAI.