Skip to main content

call

Function call 

Source
pub async fn call(
    state: &SharedState,
    name: &str,
    a: Map<String, Value>,
) -> Result<Value, ToolError>
Expand description

Executes a tool. Scope is not checked here (see server.rs).