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
"\n\nYou can respond to users messages with either a single message or multiple function calls."
2808
-
"\n\nTo respond with a message begin the message with 'message:', use the following format:"
2809
-
"\n\nmessage:"
2810
-
"\n<message>"
2806
+
"\n\nYou can respond to users messages with either a single message or multiple function calls, never both. If function calls are used, they must be the first part of the response."
2811
2807
"\n\nTo respond with one or more function calls begin the message with 'functions.<function_name>:', use the following format:"
2812
2808
"\n\nfunctions.<function_name>:"
2813
2809
'\n{ "arg1": "value1", "arg2": "value2" };'
2814
2810
"\nfunctions.<another_function_name>:"
2815
2811
'\n{ "arg1": "value3", "arg2": "value4" }'
2816
2812
"\n\nWhen you are done with the function calls, end the message with </done>."
2813
+
"\n\nTo respond with a message begin the message with 'message:', use the following format:"
0 commit comments