Skip to content

Commit

Permalink
Updated prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 15, 2024
1 parent a1fa6aa commit 5b94eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codergpt/documenter/documenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def document(
invoke_params = {
"input": f"Document the {language} code with the following: \n{code}\n"
f"Use template {document_template} as a style reference for documentation."
"Everything in the template are placeholders. Return only the relevant documentation content."
"Everything in the template are placeholders. Be as detailed as possible."
"Return only the relevant documentation content."
}
else:
invoke_params = {
Expand Down

0 comments on commit 5b94eb1

Please sign in to comment.