Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Aug 6, 2024
1 parent 07b9cdf commit fa55a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def pick_plan(
if tool_output.success
else "Code execution failed"
),
"code": DefaultImports.prepend_imports(code),
# "payload": tool_output.to_json(),
"status": "completed" if tool_output.success else "failed",
}
Expand Down

0 comments on commit fa55a0d

Please sign in to comment.