diff --git a/teams/delegation.mdx b/teams/delegation.mdx index 1db289aa..0fc96f09 100644 --- a/teams/delegation.mdx +++ b/teams/delegation.mdx @@ -176,7 +176,7 @@ team = Team( Agent(name="Academic Researcher", role="Find academic papers", tools=[ArxivTools()]), Agent(name="Web Researcher", role="Search the web", tools=[DuckDuckGoTools()]), ], - delegate_to_all_members=True, + delegate_to_all_members=True, # Broadcast to all members. instructions="Synthesize findings from all researchers into a comprehensive report." ) @@ -254,4 +254,4 @@ What happens when a member fails? ## Developer Resources - [Team reference](/reference/teams/team) -- [Team examples](/cookbook/teams/overview) \ No newline at end of file +- [Team examples](/cookbook/teams/overview)