React Native Firebase
    Preparing search index...

    Interface LiveModelParamsBeta

    Params passed to getLiveGenerativeModel.

    interface LiveModelParams {
        generationConfig?: LiveGenerationConfig;
        model: string;
        systemInstruction?: string | Content | Part;
        toolConfig?: ToolConfig;
        tools?: Tool[];
    }
    Index

    Properties

    generationConfig?: LiveGenerationConfig
    model: string
    systemInstruction?: string | Content | Part
    toolConfig?: ToolConfig
    tools?: Tool[]