From 376c4523ddb55273e0524b840817462bc1a7918c Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 31 Aug 2023 08:08:09 +0300 Subject: [PATCH] Editing the prompts --- CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 26b72dc9..cce29c77 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -64,7 +64,7 @@ user=""" ... """ ``` -Note that the new prompt will need to generate an output compatible with the relevant [post-process function](./pr_agent/tools/pr_description.py). +Note that the new prompt will need to generate an output compatible with the relevant [post-process function](./pr_agent/tools/pr_description.py#L137). #### Online usage For online usage (calling tools by comments on a PR like `/ask ...`), just add `--config_path=` to any command, to edit a specific configuration value.