Function csml_engine::validate_bot

source ·
pub fn validate_bot(bot: CsmlBot) -> CsmlResult
Expand description

Simple static CSML bot linter. Does not check for possible runtime errors, only for build-time errors (missing steps or flows, syntax errors, etc.)