Skip to content

Commit

Permalink
fix: Return e2b logs in result (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Jan 11, 2025
1 parent 64b5f65 commit cd7ef8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control-plane/src/modules/runs/agent/tools/calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const calculatorTool = new AgentTool({
error: result.error,
results: result.results,
text: result.text,
logs: result.logs,
},
resultType: "resolution",
status: "success",
Expand Down

0 comments on commit cd7ef8e

Please sign in to comment.