mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #1971 from qodo-ai/of/rag_compliance
docs: add compliance tool to RAG context enrichment documentation
This commit is contained in:
commit
8e33b18e2c
2 changed files with 17 additions and 10 deletions
|
|
@ -44,11 +44,18 @@ enable_rag=true
|
||||||
|
|
||||||
RAG capability is exclusively available in the following tools:
|
RAG capability is exclusively available in the following tools:
|
||||||
|
|
||||||
=== "`/review`"
|
=== "`/ask`"
|
||||||
The [`/review`](https://qodo-merge-docs.qodo.ai/tools/review/) tool offers the _Focus area from RAG data_ which contains feedback based on the RAG references analysis.
|
The [`/ask`](https://qodo-merge-docs.qodo.ai/tools/ask/) tool can access broader repository context through the RAG feature when answering questions that go beyond the PR scope alone.
|
||||||
The complete list of references found relevant to the PR will be shown in the _References_ section, helping developers understand the broader context by exploring the provided references.
|
The _References_ section displays the additional repository content consulted to formulate the answer.
|
||||||
|
|
||||||
{width=640}
|
{width=640}
|
||||||
|
|
||||||
|
|
||||||
|
=== "`/compliance`"
|
||||||
|
The [`/compliance`](https://qodo-merge-docs.qodo.ai/tools/compliance/) tool offers the _Codebase Code Duplication Compliance_ section which contains feedback based on the RAG references.
|
||||||
|
This section highlights possible code duplication issues in the PR, providing developers with insights into potential code quality concerns.
|
||||||
|
|
||||||
|
{width=640}
|
||||||
|
|
||||||
=== "`/implement`"
|
=== "`/implement`"
|
||||||
The [`/implement`](https://qodo-merge-docs.qodo.ai/tools/implement/) tool utilizes the RAG feature to provide comprehensive context of the repository codebase, allowing it to generate more refined code output.
|
The [`/implement`](https://qodo-merge-docs.qodo.ai/tools/implement/) tool utilizes the RAG feature to provide comprehensive context of the repository codebase, allowing it to generate more refined code output.
|
||||||
|
|
@ -56,11 +63,11 @@ RAG capability is exclusively available in the following tools:
|
||||||
|
|
||||||
{width=640}
|
{width=640}
|
||||||
|
|
||||||
=== "`/ask`"
|
=== "`/review`"
|
||||||
The [`/ask`](https://qodo-merge-docs.qodo.ai/tools/ask/) tool can access broader repository context through the RAG feature when answering questions that go beyond the PR scope alone.
|
The [`/review`](https://qodo-merge-docs.qodo.ai/tools/review/) tool offers the _Focus area from RAG data_ which contains feedback based on the RAG references analysis.
|
||||||
The _References_ section displays the additional repository content consulted to formulate the answer.
|
The complete list of references found relevant to the PR will be shown in the _References_ section, helping developers understand the broader context by exploring the provided references.
|
||||||
|
|
||||||
{width=640}
|
{width=640}
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
The `compliance` tool performs comprehensive compliance checks on PR code changes, validating them against security standards, ticket requirements, and custom organizational compliance checklists, thereby helping teams, enterprises, and agents maintain consistent code quality and security practices while ensuring that development work aligns with business requirements.
|
The `compliance` tool performs comprehensive compliance checks on PR code changes, validating them against security standards, ticket requirements, and custom organizational compliance checklists, thereby helping teams, enterprises, and agents maintain consistent code quality and security practices while ensuring that development work aligns with business requirements.
|
||||||
|
|
||||||
=== "Fully Compliant"
|
=== "Fully Compliant"
|
||||||
{width=256}
|
{width=512}
|
||||||
|
|
||||||
=== "Partially Compliant"
|
=== "Partially Compliant"
|
||||||
{width=256}
|
{width=512}
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue