SongGuess
    Preparing search index...

    Type Alias ResponseReasoningItem

    type ResponseReasoningItem = {
        content?: ResponseReasoningContentItem[];
        encrypted_content?: string | null;
        id: string;
        status?: "in_progress" | "completed" | "incomplete";
        summary: ResponseReasoningSummaryItem[];
        type: "reasoning";
    }
    Index

    Properties

    encrypted_content?: string | null
    id: string
    status?: "in_progress" | "completed" | "incomplete"
    type: "reasoning"