You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, the errors that return promptly are imprecise. Let's with an example
The user made a mistake in this example of Promptl usage inside Latitude. Instead of low, they put lol. But the error is highlighting all the yaml block, and the error is super vague
We have all the right information inside Zod errors. We just need to go deeper
What?
Now, the errors that return promptly are imprecise. Let's with an example
The user made a mistake in this example of Promptl usage inside Latitude. Instead of
low
, they putlol
. But the error is highlighting all the yaml block, and the error is super vagueWe have all the right information inside Zod errors. We just need to go deeper
Related code is here:
https://github.com/latitude-dev/promptl/blob/main/src/compiler/scan.ts#L311-L334
The text was updated successfully, but these errors were encountered: