AgentInputMapper

Type Alias AgentInputMapper 

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

Type alias for agent node input mapper

Aliased Typeยง

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