interface GoogleAIAPIParams {
    apiConfig?: GoogleAIAPIConfig;
    apiName?: string;
}

Hierarchy (view full)

Properties

Properties

apiConfig?: GoogleAIAPIConfig
apiName?: string