Skip to main content

SimpleAgentFunc

Type Alias SimpleAgentFunc 

Source
pub type SimpleAgentFunc = fn(&mut AgentContext, State) -> Result<Option<Value>>;