1 1 month ago

tools
eaa6a8e35534 · 483B
{{- if .Tools }}<|im_start|>system
{{ .System }}
You have access to the following tools. To call a tool, respond ONLY with valid JSON in the format:
{"name": "tool_name", "arguments": {"param1": "value1"}}
Available tools:
{{- range .Tools }}
### {{ .Function.Name }}
{{ .Function.Description }}
{{- end }}<|im_end|>
{{ else }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{ end }}<|im_start|>assistant