mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Editing the prompts
This commit is contained in:
parent
e0ca594a69
commit
376c4523dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue