Changed custom prompt slightly.

This commit is contained in:
Luke Hollenback 2024-04-02 11:45:57 -06:00
commit d46d49b12d

View file

@ -21,5 +21,5 @@ jobs:
OPENAI_API_MODEL: "gpt-4-turbo-preview" OPENAI_API_MODEL: "gpt-4-turbo-preview"
exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml" exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml"
custom_prompts: | custom_prompts: |
Do not worry about the verbosity of variable naming conventions, as long as they are somewhat descriptive. Do not worry about the verbosity of variable names, as long as they are somewhat descriptive.
Be sure to call out potential null pointer exceptions. Be sure to call out potential null pointer exceptions.