Editing the prompts

This commit is contained in:
mrT23 2023-08-31 08:08:09 +03:00
parent e0ca594a69
commit 376c4523dd
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

View file

@ -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=<value>` to any command, to edit a specific configuration value.