Migrate remaining components (#4626)

This commit is contained in:
Jack Gerrits
2024-12-09 21:39:07 -05:00
committed by GitHub
parent 51d4a10774
commit 218e84fd8e
44 changed files with 262 additions and 83 deletions

View File

@@ -11,7 +11,6 @@ from autogen_core import (
RoutedAgent,
message_handler,
)
from autogen_core.components.tools import Tool
from autogen_core.model_context import ChatCompletionContext
from autogen_core.models import (
AssistantMessage,
@@ -21,6 +20,7 @@ from autogen_core.models import (
SystemMessage,
UserMessage,
)
from autogen_core.tools import Tool
from ..types import (
FunctionCallMessage,