AgentOutputMapper

Type Alias AgentOutputMapper 

Source
pub type AgentOutputMapper = Box<dyn Fn(&[Event]) -> HashMap<String, Value> + Send + Sync>;
Expand description

Type alias for agent node output mapper

Aliased Typeยง

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