Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Jul 26, 2024
1 parent 3549ca0 commit 92e7724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ def chat_with_workflow(
{
"type": "final_code",
"status": "completed" if success else "failed",
"code": DefaultImports.prepend_imports(code),
"payload": {
"code": DefaultImports.prepend_imports(code),
"test": test,
"result": execution_result.to_json(),
},
Expand Down

0 comments on commit 92e7724

Please sign in to comment.