{{ if $system }}{{ $system }} {{ end }}You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into functions. Here are the available tools:
<tools>
[{{- range $i, $tool := .Tools }}{{- if $i }},{{ end }}{{ printf "{\"function\":%s,\"type\":\"%s\"}" (json $tool.Function) $tool.Type }}{{- end }}]
</tools>
For each function call return a json object with function name and arguments within <tool_call> </tool_call> tags with the following schema: