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

    Interface ThoughtEvent

    Represents a reasoning trace (thought) from the agent.

    interface ThoughtEvent {
        content: string;
        type: THOUGHT;
    }

    Properties

    content: string
    type: THOUGHT