Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split checker implementation #12

Open
kanak8278 opened this issue Jun 25, 2024 · 0 comments
Open

Split checker implementation #12

kanak8278 opened this issue Jun 25, 2024 · 0 comments

Comments

@kanak8278
Copy link
Contributor

Nl2DSL should only contain validation and checks which makes sure the DSL conforms the required structure.

  1. Validate Structure for each task type. (Check for keys, transitions, e)
  2. Check if the variables used in the task is defined in Pydantic Class.
  3. Check for the transition state exists, if doesn't exist set it None.

All errors should be caught in NL2DSL.

@kanak8278 kanak8278 changed the title Split Checker Split checker implementation Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant