mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
migration hints
This commit is contained in:
parent
d2e482f3fa
commit
e64f78be6e
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@
|
||||||
"\n",
|
"\n",
|
||||||
"**Migration Note:** If you're migrating from AutoGen, the main changes are:\n",
|
"**Migration Note:** If you're migrating from AutoGen, the main changes are:\n",
|
||||||
"- Package: `autogen-*` → `agent-framework`\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",
|
"- Agent: `AssistantAgent` → `ChatAgent`\n",
|
||||||
"- Team: `RoundRobinGroupChat` → `SequentialBuilder`"
|
"- Team: `RoundRobinGroupChat` → `SequentialBuilder`"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue