Commit 8d19c41
committed
fix: properly format agentDone tool completion message
The agentDone tool was displaying "[object Object]" in its completion message
instead of the actual result string. This was because it was trying to
interpolate the entire output object instead of just the result property.
This change updates the logReturns function to correctly display the result
property from the output object.1 parent 6e5e191 commit 8d19c41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments