migration hints

This commit is contained in:
Omar Abdelwahab 2025-11-28 10:17:21 -08:00
parent d2e482f3fa
commit e64f78be6e

View file

@ -34,7 +34,8 @@
"\n",
"**Migration Note:** If you're migrating from AutoGen, the main changes are:\n",
"- Package: `autogen-*` → `agent-framework`\n",
"- Client: `OpenAIChatCompletionClient` → `OpenAIResponsesClient`\n",
"- Client: `OpenAIChatCompletionClient` → `OpenAIResponsesClient` or `OpenAIChatClient`\n",
"- Client: `AzureOpenAIChatCompletionClient` → `AzureOpenAIResponsesClient` or `AzureOpenAIChatClient`\n",
"- Agent: `AssistantAgent` → `ChatAgent`\n",
"- Team: `RoundRobinGroupChat` → `SequentialBuilder`"
]