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
Context:
I was looking for a way to syntactically validate the cacao playbooks that I generate using Large Language models such as GPT-4 and found out that the schemas provided in this repo do not actually accurately reflect the requirements that are specified in the cacao v2 specification.
Problem:
For example, when I validate the following playbook: with this schema I find that it does not show an error due to the violation of the on_completion and on_success rule.
Is there maybe an updated version of this schema? Is anyone aware of this bug/issue?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Greeting everyone,
Context:
I was looking for a way to syntactically validate the cacao playbooks that I generate using Large Language models such as GPT-4 and found out that the schemas provided in this repo do not actually accurately reflect the requirements that are specified in the cacao v2 specification.
Problem:
For example, when I validate the following playbook:
with this schema I find that it does not show an error due to the violation of the
on_completion
andon_success
rule.Is there maybe an updated version of this schema? Is anyone aware of this bug/issue?
Thank you very much.
The text was updated successfully, but these errors were encountered: