Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 494 Bytes

File metadata and controls

12 lines (10 loc) · 494 Bytes

Validation Model

Supported validation rules:

Rule Meaning
input_presence Required inputs appear in the source.
output_presence Required outputs appear in the source.
return_value The code appears to return/yield a value.
no_forbidden_effect Forbidden effects such as network or write are not detected.
effect_match Observed effects match declared effects.
required_intents Required sub-intents are present in the project.