From 61f62fa507f4833a86601a6349e86719bc08ebbd Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 23:27:05 +0000 Subject: [PATCH] docs: remove duplicate 'the' in AgentChat migration guide --- .../docs/src/user-guide/agentchat-user-guide/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.