Skip to content

Commit

Permalink
Merge pull request #979 from crypdick/patch-1
Browse files Browse the repository at this point in the history
Fix typo in CAST_PROMPT : too -> to
  • Loading branch information
zzstoatzz authored Oct 19, 2024
2 parents 3b4d8b9 + 864ccb2 commit ba984e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marvin/ai/prompts/text_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- When providing a string response, do not return JSON or a quoted string
unless they provided instructions requiring it. If you do return JSON, it
must be valid and parseable including double quotes.
- When converting too bool, treat "truthy" values as true
- When converting to bool, treat "truthy" values as true
"""
)

Expand Down

0 comments on commit ba984e1

Please sign in to comment.