mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
Merge pull request #1727 from qodo-ai/of/gan-and-chat-updates
Add documentation for chat on code suggestions with example image and update RAG platform support
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# RAG Context Enrichment 💎
|
# RAG Context Enrichment 💎
|
||||||
|
|
||||||
`Supported Git Platforms: GitHub`
|
`Supported Git Platforms: GitHub, Bitbucket Data Center`
|
||||||
|
|
||||||
!!! info "Prerequisites"
|
!!! info "Prerequisites"
|
||||||
- RAG is available only for Qodo enterprise plan users, with single tenant or on-premises setup.
|
- RAG is available only for Qodo enterprise plan users, with single tenant or on-premises setup.
|
||||||
|
@ -267,14 +267,19 @@ In such cases, we recommend prioritizing the suggestion's detailed description,
|
|||||||
|
|
||||||
> `💎 feature` Platforms supported: GitHub, GitLab
|
> `💎 feature` Platforms supported: GitHub, GitLab
|
||||||
|
|
||||||
If you set the following in your configuration file:
|
Enable interactive code discussions by adding this to your configuration file (default `True`):
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[pr_code_suggestions]
|
[pr_code_suggestions]
|
||||||
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 an orchestrator agent to listen and respond to comments within code suggestion discussions that it has initiated, without requiring explicit tool calls.
|
||||||
|
The orchestrator intelligently analyzes your responses to determine if you want to implement a suggestion, ask a question, or request help, then delegates to the appropriate specialized tool.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
{width=512}
|
||||||
|
|
||||||
|
|
||||||
### Dual publishing mode
|
### Dual publishing mode
|
||||||
|
Reference in New Issue
Block a user