Skip to content

Commit 2a32850

Browse files
authored
🐛 Fix XML wrap hint formatting in client.py (#27)
* 🐛 Fix XML wrap hint formatting in client.py
1 parent 5f2ec22 commit 2a32850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ..utils import g_config
1313
from ..utils.helper import add_tag, save_file_to_tempfile, save_url_to_tempfile
1414

15-
XML_WRAP_HINT = "\nFor any xml block, e.g. tool call, always wrap it with:\n```xml\n...\n```\n"
15+
XML_WRAP_HINT = "\nFor any xml block, e.g. tool call, always wrap it with: \n`````xml\n...\n`````\n"
1616

1717

1818
class GeminiClientWrapper(GeminiClient):

0 commit comments

Comments
 (0)