alamit/ minimax-m2.5:UD-Q3_K_XL

373 4 months ago

tools
46e85b88ee00 · 502B
{{ if .System }}]~b]system
{{ .System }}[e~[
{{ end }}{{ if .Tools }}
Here are the tools available in JSONSchema format:
<tools>
{{ range .Tools }}
<tool>
{{ .Function | json }}
</tool>
{{ end }}
</tools>
[e~[
{{ end }}{{ if .Messages }}{{ range .Messages }}{{ if eq .Role "user" }}]~b]user
{{ .Content }}[e~[
{{ else if eq .Role "assistant" }}]~b]ai
{{ .Content }}[e~[
{{ else if eq .Role "tool" }}]~b]tool
tool name: {{ .ToolName }}
tool result: {{ .Content }}[e~[
{{ end }}{{ end }}{{ end }}]~b]ai