mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Refine the prompt for add_docs command
I found that without it, python docstrings are sometimes suggested above the function signature, instead of below.
This commit is contained in:
parent
c31ce3de35
commit
967494ce17
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ Code Documentation:
|
|||
- after
|
||||
description: |-
|
||||
The {{ docs_for_language }} placement relative to the relevant line (code component).
|
||||
For example, in Python the docs are placed after the function signature, but in Java they are placed before.
|
||||
documentation:
|
||||
type: string
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue