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

    Class LongRunningFunctionTool<TParameters>

    The base class for all tools.

    Type Parameters

    • TParameters extends ToolInputParameters = undefined

    Hierarchy (View Summary)

    Constructors

    Properties

    description: string
    isLongRunning: boolean
    name: string

    Accessors

    • get apiVariant(): GoogleLLMVariant

      The Google API LLM variant to use.

      Returns GoogleLLMVariant

    Methods