mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-07 20:05:09 -05:00
fix docs (#4589)
* fix doc on distributed runtime * Fix references * Update references * Fix import paths in user guide notebooks for code executor components
This commit is contained in:
@@ -11,7 +11,7 @@ from autogen_core import AgentId, AgentProxy, TopicId
|
||||
from autogen_core import SingleThreadedAgentRuntime
|
||||
from autogen_core.application.logging import EVENT_LOGGER_NAME
|
||||
from autogen_core import DefaultSubscription, DefaultTopicId
|
||||
from autogen_core.components.code_executor import LocalCommandLineCodeExecutor
|
||||
from autogen_ext.code_executors.local import LocalCommandLineCodeExecutor
|
||||
from autogen_core.components.models import (
|
||||
ChatCompletionClient,
|
||||
UserMessage,
|
||||
|
||||
Reference in New Issue
Block a user