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