jkomoros / prompt-garden

A framework for gardening LLM prompts
Apache License 2.0
9 stars 0 forks source link

VS Schema checking doesn't work in non-expanded Arrays and objects #48

Closed jkomoros closed 1 year ago

jkomoros commented 1 year ago

With #42 fix, VS Code schema checking for objects within an array or object is turned off, because it just says 🤷 those are all InputValue.

For example, 6f7f7358a41894131413249801c2ec894cb36e26 was caused because the schema checking in the array was not turned on.