Commit 6559344
committed
fix: echo the task's context
Since the context tool isn't using sys.echo, the prompt is fed to the
LLM and the response of is being used as the context. This is not the
intended behavior.
Using sys.echo here will mean that the text is used in the system prompt
and the LLM is not used.
Signed-off-by: Donnie Adams <donnie@acorn.io>1 parent 70faf83 commit 6559344
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments