Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
evaluate
Method
This is a method of the ExpressionCondition class in the evaluator module.Evaluate the condition against the given context.
Signature
Parameters
Dictionary containing variables for evaluation. Special key ‘previous_output’ is also substituted.
Returns
Boolean result of condition evaluation.
Returns False on evaluation errors (fail-safe).
Uses
evaluate_condition
Source
View on GitHub
praisonaiagents/conditions/evaluator.py at line 44
