119 3 weeks ago

vision tools thinking
9868b8b739a3 · 314B
{{- if .Tools }}
{{- range .Tools }}
{{ . }}
{{- end }}
{{- end }}
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{- if .Thinking }}<thought>
{{ .Thinking }}
</thought>{{ end }}
{{ .Response }}<|im_end|>