when
Function
This function is defined in the workflow_aliases module.Alias for route (matches Python SDK naming) Creates a conditional routing step.
Signature
Parameters
F
required
No description available.
Arc<crate::agent::Agent>
required
No description available.
Option<Arc<crate::agent::Agent>>
required
No description available.
Returns
crate::workflows::FlowStep
where
F: Fn(&str) -> bool + Send + Sync + 'static,
The result of the operation.
Uses
route
Source
View on GitHub
praisonai/src/parity/workflow_aliases.rs at line 123
