Skip to content

Commit

Permalink
add docstring for envs
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Sep 5, 2024
1 parent f0ed54c commit 96d8778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ def chat_with_workflow(
show the image(s) created by visualization code (if there is any).
customized_tool_names (List[str]): A list of customized tools for agent to pick and use.
If not provided, default to full tool set from vision_agent.tools.
envs (Dict[str, str]): A dict of envs that would be passed to the CodeInterpreter.
Mainly for passing local envs to E2B. Local interpreter can pick up envs naturally.
Returns:
Dict[str, Any]: A dictionary containing the code, test, test result, plan,
Expand Down

0 comments on commit 96d8778

Please sign in to comment.