hasTool method

bool hasTool(
  1. String toolName
)

Check if tool exists

Implementation

bool hasTool(String toolName) => _schemas.containsKey(toolName);