SongGuess
    Preparing search index...

    Type Alias ResponseReasoningContentItem

    type ResponseReasoningContentItem = {
        text: string;
        type: "reasoning_text";
    }
    Index

    Properties

    Properties

    text: string
    type: "reasoning_text"