Skip to main content

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.

If

Defined in the conditions module.
Rust AI Agent SDK Builder for creating conditions.

Methods

expr

fn expr(expression: impl Into<String>) -> ExpressionCondition
Create an expression condition. Parameters:
NameType
expressionimpl Into&lt;String&gt;

Source

View on GitHub

praisonai/src/conditions/mod.rs at line 295