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.