registerTool static method

void registerTool(
  1. ToolDefinition definition,
  2. ToolExecutor executor
)

Register a tool with the SDK

Implementation

static void registerTool(ToolDefinition definition, ToolExecutor executor) =>
    RunAnywhereToolCalling.registerTool(definition, executor);