You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments