[Go to site: main page, start]

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

    Class LongRunningFunctionTool<TParameters>

    A FunctionTool for long-running operations whose result is returned asynchronously.

    The framework invokes the user-provided function and delivers the response back to the model once it completes, identified by the function_call_id. The model is also instructed not to re-invoke the tool while a call is already in flight.

    Type Parameters

    Hierarchy (View Summary)

    Constructors

    Properties

    "[BASE_TOOL_SIGNATURE_SYMBOL]": true

    A unique symbol to identify ADK base tool class.

    "[FUNCTION_TOOL_SIGNATURE_SYMBOL]": true

    A unique symbol to identify ADK function tool class.

    description: string
    isLongRunning: boolean
    name: string

    Accessors

    Methods