diff --git a/python/docs/src/user-guide/agentchat-user-guide/migration-guide.md b/python/docs/src/user-guide/agentchat-user-guide/migration-guide.md index ce93cee66ea5..52aa81395826 100644 --- a/python/docs/src/user-guide/agentchat-user-guide/migration-guide.md +++ b/python/docs/src/user-guide/agentchat-user-guide/migration-guide.md @@ -1033,7 +1033,7 @@ In `v0.2` group chat, when tools are involved, you need to register the tool fun and include the user proxy in the group chat. The tool calls made by other agents will be routed to the user proxy to execute. -We have observed numerous issues with this approach, such as the the tool call +We have observed numerous issues with this approach, such as the tool call routing not working as expected, and the tool call request and result cannot be accepted by models without support for function calling.