Skip to content

Commit

Permalink
add more bug context
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Jul 15, 2024
1 parent 55308ac commit 13160c7
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 @@ -409,7 +409,7 @@ def debug_code(
FIX_BUG.format(
code=code,
tests=test,
result="\n".join(result.text().splitlines()[-50:]),
result="\n".join(result.text().splitlines()[-100:]),
feedback=format_memory(working_memory + new_working_memory),
)
)
Expand Down

0 comments on commit 13160c7

Please sign in to comment.