stub response (#5750)
This commit is contained in:
parent
cc9a252d8c
commit
5b82960df8
|
@ -217,6 +217,7 @@ func (t *Template) Execute(w io.Writer, v Values) error {
|
|||
"System": system,
|
||||
"Messages": messages,
|
||||
"Tools": v.Tools,
|
||||
"Response": "",
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -272,6 +273,7 @@ func (t *Template) Execute(w io.Writer, v Values) error {
|
|||
if err := template.Must(template.New("").AddParseTree("", &tree)).Execute(&b, map[string]any{
|
||||
"System": system,
|
||||
"Prompt": prompt,
|
||||
"Response": "",
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue