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
" {%- for (args_name, args_value) in tool_calls.arguments | items -%}"
5341
+
" {%- for (args_name, args_value) in tool_call.arguments | items -%}"
5342
5342
" {{- '<parameter=' + args_name + '>\n' -}}"
5343
5343
" {%- set args_value = args_value | tojson | safe if args_value is mapping or args_value is sequence and args_value is not string else args_value | string -%}"
0 commit comments