fix: parse tagged local-model tool calls #77
Reference in New Issue
Block a user
Delete Branch "codex/issue-76-chatml-tool-parser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #76
Parses bounded ChatML-style calls such as <|tool_call>call:get_evidence{...}<tool_call|> into the normal allowlisted tool path, recognizes JSON tool envelopes, and treats malformed protocol-like output as a repairable protocol error instead of a user answer. Includes the exact observed Russia-query regression fixture.