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 have access to the following functions:\n"
2820
2821
"{% for tool in tools %}"
2821
2822
"\nfunctions.{{ tool.function.name }}:\n"
2822
-
"{{ tool.function.arguments }}"
2823
+
"{{ tool.function.parameters }}"
2823
2824
"\n{% endfor %}"
2824
2825
"\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."
2825
2826
"\n\nTo respond with one or more function calls begin the message with 'functions.<function_name>:', use the following format:"
0 commit comments