Skip to content

Commit

Permalink
Fix the grammar for the YAML_OUTPUT_FORMAT template
Browse files Browse the repository at this point in the history
  • Loading branch information
Unobtainiumrock committed Feb 12, 2025
1 parent b74511b commit 3efb6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
```
-Make sure to always enclose the YAML output in triple backticks (```). Please do not add anything other than valid YAML output!
-Follow the YAML formatting conventions with an indent of 2 spaces.
-DO NOT mistaken the "properties" and "type" in the schema as the actual fields in the YAML output.
-DO NOT mistak the "properties" and "type" in the schema for the actual fields in the YAML output.
-Quote the string values properly."""

EXAMPLES_FORMAT = r"""
Expand Down

0 comments on commit 3efb6e9

Please sign in to comment.