57ec6901eb
This reverts commit 19753c18c0
.
for compat. messages will be added at a later date
10 lines
No EOL
195 B
Go Template
10 lines
No EOL
195 B
Go Template
{{ if .System }}Source: system
|
|
|
|
{{ .System }} <step> {{ end }}Source: user
|
|
|
|
{{ .Prompt }} <step> Source: assistant
|
|
{{- if not .Response }}
|
|
Destination: user
|
|
{{- end }}
|
|
|
|
{{ .Response }} <step> |