pub type AgentInputMapper = Box<dyn Fn(&HashMap<String, Value>) -> Content + Send + Sync>;Available on crate feature
graph only.Expand description
Type alias for agent node input mapper
Aliased Typeยง
pub struct AgentInputMapper(/* private fields */);