Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MingruiZhang committed Jun 26, 2024
1 parent 031c211 commit dff2822
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 @@ -437,7 +437,7 @@ def retrieve_tools(
{
"type": "tools",
"status": "completed",
"payload": {v["description"]: v for v in tool_list}.values(),
"payload": tool_list,
}
)

Expand Down

0 comments on commit dff2822

Please sign in to comment.