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

    Interface ContentEvent

    Represents partial content (text delta) intended for the user.

    interface ContentEvent {
        content: string;
        type: CONTENT;
    }

    Properties

    content: string
    type: CONTENT