Skip to main content

execute_tool_async

Function execute_tool_async 

Source
pub async fn execute_tool_async(
    sandbox: &Path,
    scheds_root: Option<&Path>,
    name: &str,
    args_json: &str,
    allow_edit: bool,
) -> Result<String>
Expand description

Async dispatch for tools that may perform network I/O.