We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4fc9 commit f31bd68Copy full SHA for f31bd68
python/packages/autogen-ext/src/autogen_ext/models/replay/_replay_chat_completion_client.py
@@ -83,7 +83,7 @@ async def example():
83
.. code-block:: python
84
85
import asyncio
86
- from autogen_ext.models import ReplayChatCompletionClient
+ from autogen_ext.models.replay import ReplayChatCompletionClient
87
from autogen_core.models import UserMessage
88
89
0 commit comments