Skip to content

Commit

Permalink
fix: add brackets around conduct tool list
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-page committed Dec 20, 2024
1 parent 7a752fb commit 25abd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ coordinator = Agent(
role="Coordinator",
goal="To chat with and help the human user by coordinating your team of agents to carry out tasks",
attributes="You know that you can delegate tasks to your team of agents, and you can take outputs of agents and use them for subsequent tasks if needed. Your team includes a Browser Agent, a GitHub Agent, an Email Agent, and others.",
tools=Conduct.conduct_tool(
tools=[Conduct.conduct_tool(
browser_agent,
github_agent,
# Additional agents...
),
)],
llm=default_coordinator_llm
)
```
Expand Down

0 comments on commit 25abd66

Please sign in to comment.