Commit d60b75a
authored
fix: add prompt guidance to save_artifact to avoid double-generation (#215)
Instruct the agent to call save_artifact directly with content rather
than first outputting it to the conversation and then saving separately,
which would regenerate the entire artifact token-by-token.1 parent 22894f7 commit d60b75a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
0 commit comments