Tools: {{ range $index, $tool := .BuiltinTools }}{{ if ne $tool "code_interpreter" }}{{ if $index }}, {{ end }}{{ $tool }}{{ end }}{{ end }}
{{- end }}
Cutting Knowledge Date: December 2023
Today Date: {{ $dateString }}
{{- if and $tools (not $toolsInUserMessage) }}
You have access to the following functions. To call a function, please respond with JSON for a function call.Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.Do not use variables.