mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update code suggestion chat documentation with multi-node agent description
This commit is contained in:
parent
ab0e3bde49
commit
26dc3b7f21
1 changed files with 2 additions and 2 deletions
|
|
@ -274,8 +274,8 @@ Enable interactive code discussions by adding this to your configuration file (d
|
||||||
enable_chat_in_code_suggestions = true
|
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 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 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 agent intelligently analyzes your responses to determine if you want to implement a suggestion, ask a question, or request help.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue