Skip to content

Commit

Permalink
only add text to obs, no trace
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Aug 30, 2024
1 parent 40c1cbd commit 58a1be4
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 @@ -263,7 +263,7 @@ def chat_with_code(
result = run_code_action(
code_action, code_interpreter, str(remote_artifacts_path)
)
obs = result.text()
obs = str(result.logs)

if self.verbosity >= 1:
_LOGGER.info(obs)
Expand Down

0 comments on commit 58a1be4

Please sign in to comment.