Skip to content

Commit

Permalink
change back test code
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Sep 11, 2024
1 parent 4e0bfd9 commit 53fff2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
VA_CODE,
)
from vision_agent.lmm import LMM, Message, OpenAILMM
from vision_agent.tools import META_TOOL_DOCSTRING, save_image
from vision_agent.tools import META_TOOL_DOCSTRING, save_image, load_image
from vision_agent.tools.meta_tools import Artifacts, use_extra_vision_agent_args
from vision_agent.tools.tools import load_image
from vision_agent.utils import CodeInterpreterFactory
from vision_agent.utils.execute import CodeInterpreter, Execution

Expand Down Expand Up @@ -184,7 +183,7 @@ def chat_with_code(
self,
chat: List[Message],
artifacts: Optional[Artifacts] = None,
test_multi_plan: bool = False,
test_multi_plan: bool = True,
customized_tool_names: Optional[List[str]] = None,
) -> Tuple[List[Message], Artifacts]:
"""Chat with VisionAgent, it will use code to execute actions to accomplish
Expand Down

0 comments on commit 53fff2d

Please sign in to comment.