React Native Firebase
    Preparing search index...

    Content part interface if the part represents a text string.

    interface TextPart {
        codeExecutionResult?: undefined;
        executableCode?: undefined;
        functionCall?: undefined;
        functionResponse?: undefined;
        inlineData?: undefined;
        text: string;
        thought?: boolean;
        thoughtSignature?: string;
    }
    Index

    Properties

    codeExecutionResult?: undefined
    executableCode?: undefined
    functionCall?: undefined
    functionResponse?: undefined
    inlineData?: undefined
    text: string
    thought?: boolean
    thoughtSignature?: string