You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\nAfter performing a function call, the function will send a response containing the return values of the function calls between <tool_output> tags. Present it to the user.\n"
"\nWhen you have completed entering function calls, end your output with '</done>'."
2929
2930
'\nStart your output with either "message:" or "functions.". Do not mix the two.'
2930
-
"\nAfter performing a function call, the user will send a response containing the return values of the function calls between <tool_output> tags."
2931
-
"Always present this output back to the user, as the user has not seen it directly.\n"
2932
-
"Example: <tool_output> item: Cheeseburguer, price: 12 </tool_output> You should output: I found a Cheeseburguer that costs 12 dollars."
2931
+
"\nAfter performing a function call, the function will send a response containing the return values of the function calls between <tool_output> tags. Present it to the user.\n"
2932
+
#"Example: <tool_output> item: Cheeseburguer, price: 12 </tool_output> You should output: I found a Cheeseburguer that costs 12 dollars."
2933
2933
"{% endif %}"
2934
2934
"<|eot_id|>\n"
2935
2935
"{% for message in messages %}"
2936
2936
"{% if message.role == 'tool'%}"
2937
2937
"<|start_header_id|>user<|end_header_id|>\n\n"
2938
-
"Function output, bring it to me: <tool_output> {{ message.content | default('No response available') }} </tool_output>"
0 commit comments