johnbridges commited on
Commit
de838f1
·
1 Parent(s): 1e6d3a5

fixed syntax error in tool call

Browse files
Files changed (2) hide show
  1. system_prompt_qwen_3 +1 -1
  2. system_prompt_qwen_3_run +1 -1
system_prompt_qwen_3 CHANGED
@@ -29,4 +29,4 @@ whats my user info<|im_end|>
29
  <|im_start|>assistant
30
  <tool_call>
31
  {"name": "get_user_info", "arguments": {"detail_response" : false}}
32
- </tool-call>
 
29
  <|im_start|>assistant
30
  <tool_call>
31
  {"name": "get_user_info", "arguments": {"detail_response" : false}}
32
+ </tool_call>
system_prompt_qwen_3_run CHANGED
@@ -29,6 +29,6 @@ whats my user info<|im_end|>
29
  <|im_start|>assistant
30
  <tool_call>
31
  {"name": "get_user_info", "arguments": {"detail_response" : false}}
32
- </tool-call>
33
  <|im_end|>
34
 
 
29
  <|im_start|>assistant
30
  <tool_call>
31
  {"name": "get_user_info", "arguments": {"detail_response" : false}}
32
+ </tool_call>
33
  <|im_end|>
34