Skip to content

Commit 3957a21

Browse files
committed
Update teams docs
1 parent b2b9950 commit 3957a21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

teams/collaborate.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ In "collaborate" mode:
103103
"You have to stop the discussion when you think the team has reached a consensus.",
104104
],
105105
success_criteria="The team has reached a consensus.",
106-
update_team_context=True,
107-
send_team_context_to_members=True,
106+
enable_agentic_context=True,
108107
show_tool_calls=True,
109108
markdown=True,
110109
show_members_responses=True,

teams/coordinate.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ This mode is ideal for complex tasks that require multiple specialized skills, c
6969
"Remember: you are the final gatekeeper before the article is published, so make sure the article is perfect.",
7070
],
7171
add_datetime_to_instructions=True,
72-
send_team_context_to_members=True,
72+
enable_agentic_context=True, # Allow the agent to maintain a shared context and send that to members.
73+
share_member_interactions=True, # Share all member responses with subsequent member requests.
7374
show_members_responses=True,
7475
markdown=True,
7576
)

0 commit comments

Comments
 (0)