Skip to main content

call

Function call 

Source
pub fn call(name: &str, args: &Value) -> Option<Result<Value, String>>
Expand description

Call a registered code tool directly — the PUBLIC entry the runtime’s tool executor (registry route code) and an embedder’s dispatcher use. None = unregistered; Some(Ok(v)) / Some(Err(reason)) mirror the handler. The handler runs outside the registry lock.