mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 07:14:55 -05:00
Move intervention objects to root module (#4859)
* Move intervention to root * usage
This commit is contained in:
@@ -33,6 +33,7 @@ from typing import Any, Mapping, Optional
|
||||
from autogen_core import (
|
||||
AgentId,
|
||||
CancellationToken,
|
||||
DefaultInterventionHandler,
|
||||
DefaultTopicId,
|
||||
FunctionCall,
|
||||
MessageContext,
|
||||
@@ -41,7 +42,6 @@ from autogen_core import (
|
||||
message_handler,
|
||||
type_subscription,
|
||||
)
|
||||
from autogen_core.base.intervention import DefaultInterventionHandler
|
||||
from autogen_core.model_context import BufferedChatCompletionContext
|
||||
from autogen_core.models import (
|
||||
AssistantMessage,
|
||||
|
||||
Reference in New Issue
Block a user