React Native Firebase
    Preparing search index...

    Interface GoogleAICountTokensRequestInternal

    interface GoogleAICountTokensRequest {
        generateContentRequest: {
            contents: Content[];
            generationConfig?: GenerationConfig;
            model: string;
            systemInstruction?: string | Content | Part;
            tools?: Tool[];
        };
    }
    Index

    Properties

    generateContentRequest: {
        contents: Content[];
        generationConfig?: GenerationConfig;
        model: string;
        systemInstruction?: string | Content | Part;
        tools?: Tool[];
    }