From 015719134fb7960637ce4e653bdb5d42fc1b488c Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 4 Sep 2024 12:01:23 +0300 Subject: [PATCH] docs: enhance PR chat section with context-aware explanation in features.md --- docs/docs/chrome-extension/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/chrome-extension/features.md b/docs/docs/chrome-extension/features.md index d422b12b..eed6faac 100644 --- a/docs/docs/chrome-extension/features.md +++ b/docs/docs/chrome-extension/features.md @@ -10,7 +10,7 @@ This chat session is **private**, and won't be visible to other users. All open-source repositories are supported. For private repositories, you will also need to install PR-Agent Pro, After installation, make sure to open at least one new PR to fully register your organization. Once done, you can chat with both new and existing PRs across all installed repositories. -#### What does a 'context-aware PR chat' means? +#### Context-aware PR chat PR-Agent constructs a comprehensive context for each pull request, incorporating the PR description, commit messages, and code changes with extended dynamic context. This contextual information, along with additional PR-related data, forms the foundation for an AI-powered chat session. The agent then leverages this rich context to provide intelligent, tailored responses to user inquiries about the pull request.