2024-06-27 21:15:17 +00:00
|
|
|
{{- if .Messages }}
|
|
|
|
{{- if .System }}Source: system
|
|
|
|
|
|
|
|
{{ .System }} <step> {{ end }}
|
|
|
|
{{- range .Messages }}Source: {{ .Role }}
|
|
|
|
|
|
|
|
{{ .Content }} <step> {{ end }}Source: assistant
|
|
|
|
Destination: user
|
|
|
|
|
2024-07-10 18:00:29 +00:00
|
|
|
{{ else -}}
|
|
|
|
{{ if .System }}Source: system
|
2024-06-03 18:06:29 +00:00
|
|
|
|
2024-07-10 18:00:29 +00:00
|
|
|
{{ .System }} <step> {{ end }}Source: user
|
2024-06-03 18:06:29 +00:00
|
|
|
|
|
|
|
{{ .Prompt }} <step> Source: assistant
|
|
|
|
Destination: user
|
|
|
|
|
2024-07-10 18:00:29 +00:00
|
|
|
{{ .Response }} <step>
|
|
|
|
{{- end -}}
|