nemoguardrails.colang.v1_0.runtime.eval
nemoguardrails.colang.v1_0.runtime.eval
Module Contents
Functions
API
Evaluates the provided expression in the given context.
Parameters:
expr
The expression to be evaluated.
context
The context containing variable values.
Returns:
The result of evaluating the expression.
Raises:
Exception: If there is an error evaluating the expression.