Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 13, 2024
1 parent 6e09b1f commit 6bd0bb6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vision_agent/agent/vision_agent_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ def write_code(


def write_test(
user_req: str,
subtask: str,
tool_info: str,
_: str,
code: str,
model: LLM
user_req: str, subtask: str, tool_info: str, _: str, code: str, model: LLM
) -> str:
prompt = TEST.format(
context=USER_REQ_SUBTASK_CONTEXT.format(
Expand Down

0 comments on commit 6bd0bb6

Please sign in to comment.