From 1831f2cec4f1521ca12bf024ad62d85ebdef23d2 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 8 Sep 2024 16:32:46 +0300 Subject: [PATCH] markdown --- docs/docs/core-abilities/metadata.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/docs/core-abilities/metadata.md b/docs/docs/core-abilities/metadata.md index 1a373e53b..3d4c30979 100644 --- a/docs/docs/core-abilities/metadata.md +++ b/docs/docs/core-abilities/metadata.md @@ -18,7 +18,6 @@ By default, the first command that PR-Agent executes is [`describe`](https://pr- These AI-generated outputs are now considered part of the PR metadata, and can be used in subsequent commands like `review` and `improve`. This effectively enables chain-of-thought analysis, without doing any additional API calls which will cost time and money. -(3) For example, when generating code suggestions for different files, PR-Agent can inject the AI-generated file summary in the prompt: ``` @@ -47,10 +46,6 @@ __old hunk__ ... ``` -(4) The entire PR files that were retrieved are used to expand and enhance the PR context (see [Dynamic Context](https://pr-agent-docs.codium.ai/core-abilities/dynamic-context/)). +(3) The entire PR files that were retrieved are used to expand and enhance the PR context (see [Dynamic Context](https://pr-agent-docs.codium.ai/core-abilities/dynamic-context/)). -(5) All the metadata described above represent several level of analysis - from hunk level, to file level, to PR level, and enables PR-Agent AI models to generate more accurate and relevant suggestions. - - -## Example result for prompt with metadata injection -TBD \ No newline at end of file +(4) All the metadata described above represent several level of analysis - from hunk level, to file level, to PR level, and enables PR-Agent AI models to generate more accurate and relevant suggestions and feedbacks. \ No newline at end of file