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

    Interface FinishedEvent

    Represents the final completion of the agent's task.

    interface FinishedEvent {
        output?: unknown;
        type: FINISHED;
    }

    Properties

    output?: unknown
    type: FINISHED