Expand description
Expression evaluator for binding expressions
Functionsยง
- evaluate_
binding_ expr - Evaluate a binding expression with span information
- evaluate_
binding_ expr_ with_ shared - Evaluate a binding expression with shared context support
- evaluate_
expr - Evaluate an expression against a model
- evaluate_
expr_ with_ shared - Evaluate an expression with access to both local model and shared context
- evaluate_
formatted - Evaluate formatted string with interpolation:
"Total: {count}" - evaluate_
formatted_ with_ shared - Evaluate formatted string with interpolation and shared context support