Skip to content
2 changes: 1 addition & 1 deletion internal/util/tool_prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func BuildToolCallInstructions(toolNames []string) string {

return `TOOL CALL FORMAT — FOLLOW EXACTLY:
When calling tools, emit ONLY raw XML. No text before, no text after, no markdown fences.
When calling tools, emit ONLY raw XML at the very end of your response. No text before, no text after, no markdown fences.
<tool_calls>
<tool_call>
Expand Down
Loading