Skip to content

Commit

Permalink
⚡ update prompt to explicit use of 'yaml' keyword for gpt-3.5 models
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Mar 15, 2024
1 parent c10830d commit 72e3f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write_the/commands/docs/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
docs_template = """
Provide Google style docstrings for the given code.
Include description, parameter types, exceptions, side effects, notes, and examples.
Return only the docstrings, with function/class names as keys.
Return only the docstrings, with function/class names as yaml keys.
Use the Class.method format for methods.
Example:
Expand Down

0 comments on commit 72e3f5b

Please sign in to comment.