mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-08 07:25:01 -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:
@@ -17,7 +17,7 @@ from autogen_core.components.models import (
|
||||
LLMMessage,
|
||||
)
|
||||
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 AssistantMessage
|
||||
|
||||
from autogen_magentic_one.markdown_browser import MarkdownConverter, UnsupportedFormatException
|
||||
|
||||
Reference in New Issue
Block a user