Expand description
Identity-passthrough parser for models that already speak strict OpenAI.
The vast majority of models we run today emit clean
LlmStreamEvent::ToolCallDelta events directly from llama-server’s
tool_calls field. For those models the registry returns a
StandardJsonParser, which forwards every byte unchanged and
never synthesises tool calls or errors.
This parser is also the default fallback when no format:* tag matches.
Structs§
- Standard
Json Parser - Identity-passthrough parser. See module docs.