Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 5, 2024
1 parent d5c7b2a commit ccb5c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def pick_plan(

if verbosity == 2:
_print_code("Initial code and tests:", code)
_LOGGER.info(f"Initial code execution result:\n{tool_output.text()}")
_LOGGER.info(f"Initial code execution result:\n{tool_output_str}")

log_progress(
{
Expand Down

0 comments on commit ccb5c8c

Please sign in to comment.