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

    Class ActiveStreamingTool

    Manages streaming tool related resources during invocation.

    Constructors

    Properties

    The active (input) streams of this streaming tool.

    task?: Promise<void>

    The active task of this streaming tool. TODO: Replace 'Promise' with a proper Task type if available in this env.