AgentOutputMapper

Type Alias AgentOutputMapper 

Source
pub type AgentOutputMapper = Box<dyn Fn(&[Event]) -> HashMap<String, Value> + Sync + Send>;
Available on crate feature graph only.
Expand description

Type alias for agent node output mapper

Aliased Typeยง

pub struct AgentOutputMapper(/* private fields */);