notice

This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).

Version: Main/Unreleased

rasa.engine.validation

ParameterInfo Objects

@dataclasses.dataclass
class ParameterInfo()

Stores metadata about a function parameter.

validate

def validate(model_configuration: GraphModelConfiguration) -> None

Validates a graph schema.

This tries to validate that the graph structure is correct (e.g. all nodes pass the correct things into each other) as well as validates the individual graph components.

Arguments:

  • model_configuration - The model configuration (schemas, language, etc.)

Raises:

  • GraphSchemaValidationException - If the validation failed.