From 26dc3b7f219780db1daf9e5bdbac0df81fc214c4 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Mon, 28 Apr 2025 13:02:54 +0300 Subject: [PATCH] Update code suggestion chat documentation with multi-node agent description --- docs/docs/tools/improve.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index f43bc6c4..511d6ab8 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -274,8 +274,8 @@ Enable interactive code discussions by adding this to your configuration file (d enable_chat_in_code_suggestions = true ``` -The Qodo Merge bot will automatically listen and respond to comments within code suggestion discussions that it has initiated, without requiring explicit tool calls. -The bot intelligently analyzes your responses to determine if you want to implement the suggestion, ask questions about it, or request help with understanding it. +The Qodo Merge implements a multi-node agent to listen and respond to comments within code suggestion discussions that it has initiated, without requiring explicit tool calls. +The agent intelligently analyzes your responses to determine if you want to implement a suggestion, ask a question, or request help. For example: