{{template "shellTop" "chat"}}

Chat

{{if .Error}}
{{.Error}}
{{end}}
{{range .Messages}}
{{if eq .Role "user"}}you{{else}}maven{{end}}: {{.Text}}{{if .Source}} {{.Source}}{{end}}
{{if and (eq .Role "assistant") .TraceID}} {{if .Corrected}}
corrected: {{.Corrected}}
{{else}}
should have been: {{range $.Targets}}{{end}}
{{end}} {{end}} {{else}}
start a conversation
{{end}}
{{template "shellBottom"}}