Skip to content

Commit

Permalink
fix black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed May 29, 2024
1 parent 55c4631 commit 7b7a334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vision_agent/agent/vision_agent_v3_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ def find_text(image_path: str, text: str) -> str:
5. DO NOT use any non-existent or dummy image or video files that are not provided by the user's instructions.
6. DO NOT mock any functions, you must test their functionality as is.
7. DO NOT assert the output value, run the code and assert only the output format or data structure.
9. DO NOT use try except block to handle the error, let the error be raised if the code is incorrect.
8. DO NOT import the testing function as it will available in the testing environment.
9. Print the output of the function that is being tested.
8. DO NOT use try except block to handle the error, let the error be raised if the code is incorrect.
9. DO NOT import the testing function as it will available in the testing environment.
10. Print the output of the function that is being tested.
"""


Expand Down

0 comments on commit 7b7a334

Please sign in to comment.