2024-07-10 11:00:29 -07:00
|
|
|
{{ if .System }}Source: system
|
2024-06-03 11:06:29 -07:00
|
|
|
|
2024-07-10 11:00:29 -07:00
|
|
|
{{ .System }} <step> {{ end }}Source: user
|
2024-06-03 11:06:29 -07:00
|
|
|
|
|
|
|
{{ .Prompt }} <step> Source: assistant
|
2024-07-11 13:11:40 -07:00
|
|
|
{{- if not .Response }}
|
2024-06-03 11:06:29 -07:00
|
|
|
Destination: user
|
2024-07-11 13:11:40 -07:00
|
|
|
{{- end }}
|
2024-06-03 11:06:29 -07:00
|
|
|
|
2024-07-11 13:11:40 -07:00
|
|
|
{{ .Response }} <step>
|