mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-09 13:04:59 -05:00
* Termination Conditions Tutorial (#4334) * Fix format * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb * update docs * update doc --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
@@ -7,11 +7,11 @@ from autogen_agentchat.task import (
|
||||
ExternalTermination,
|
||||
HandoffTermination,
|
||||
MaxMessageTermination,
|
||||
SourceMatchTermination,
|
||||
StopMessageTermination,
|
||||
TextMentionTermination,
|
||||
TimeoutTermination,
|
||||
TokenUsageTermination,
|
||||
SourceMatchTermination,
|
||||
)
|
||||
from autogen_core.components.models import RequestUsage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user