AgentInputMapper

Type Alias AgentInputMapper 

Source
pub type AgentInputMapper = Box<dyn Fn(&State) -> Content + Send + Sync>;
Expand description

Type alias for agent node input mapper

Aliased Typeยง

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