We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ec22 commit 2a32850Copy full SHA for 2a32850
app/services/client.py
@@ -12,7 +12,7 @@
12
from ..utils import g_config
13
from ..utils.helper import add_tag, save_file_to_tempfile, save_url_to_tempfile
14
15
-XML_WRAP_HINT = "\nFor any xml block, e.g. tool call, always wrap it with:\n```xml\n...\n```\n"
+XML_WRAP_HINT = "\nFor any xml block, e.g. tool call, always wrap it with: \n`````xml\n...\n`````\n"
16
17
18
class GeminiClientWrapper(GeminiClient):
0 commit comments