Telegram agent leaks ChatML-style tool tags #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Observed local model response: <|tool_call>call:get_evidence{query:"...",limit:5}<tool_call|>. The agent only parsed JSON protocol objects and treated this tagged tool syntax as a user-facing answer. Add bounded parsing for known ChatML-style calls, reject unknown protocol-like output, and ensure tags never reach Telegram. Include exact regression fixture.
Actively handled on branch
codex/issue-76-chatml-tool-parser.