Skip to content

Commit 72e3f5b

Browse files
committed
⚡ update prompt to explicit use of 'yaml' keyword for gpt-3.5 models
1 parent c10830d commit 72e3f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

write_the/commands/docs/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
docs_template = """
55
Provide Google style docstrings for the given code.
66
Include description, parameter types, exceptions, side effects, notes, and examples.
7-
Return only the docstrings, with function/class names as keys.
7+
Return only the docstrings, with function/class names as yaml keys.
88
Use the Class.method format for methods.
99
1010
Example:

0 commit comments

Comments
 (0)