ADK for TypeScript: API Reference
    Preparing search index...

    Function isFunctionTool

    • Type guard to check if an object is an instance of BaseTool.

      Parameters

      • obj: unknown

        The object to check.

      Returns obj is FunctionTool<undefined>

      True if the object is an instance of BaseTool, false otherwise.