mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-26 14:38:50 +00:00
Update teams.ipynb : In the sample code the termination condition is set to the text "APPROVE" but the documentation mentions "TERMINATE" (#5426)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
parent
abdc0da4f1
commit
707c3cf655
@ -112,7 +112,7 @@
|
||||
"source": [
|
||||
"The team runs the agents until the termination condition was met.\n",
|
||||
"In this case, the team ran agents following a round-robin order until the the\n",
|
||||
"termination condition was met when the word \"TERMINATE\" was detected in the\n",
|
||||
"termination condition was met when the word \"APPROVE\" was detected in the\n",
|
||||
"agent's response.\n",
|
||||
"When the team stops, it returns a {py:class}`~autogen_agentchat.base.TaskResult` object with all the messages produced by the agents in the team."
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user