Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch(
    ctx: &mut SomaContext,
    tool_name: &str,
    params: &Value,
) -> ToolCallResult
Expand description

Dispatch a tool call to the appropriate handler.

Every knowledge read is preceded by a refresh: this server outlives the training runs it is asked about, and a stale snapshot silently answers “no such experiment” for a run that finished five minutes ago in another terminal.