unregisterTool static method

void unregisterTool(
  1. String toolName
)

Unregister a tool by name

Implementation

static void unregisterTool(String toolName) =>
    RunAnywhereToolCalling.unregisterTool(toolName);