Interface GoogleGeminiArgs

interface GoogleGeminiArgs {
    apiKey: string;
    config: Readonly<GoogleGeminiConfig>;
    options?: Readonly<AIServiceOptions>;
    projectId: string;
}

Properties

apiKey: string
config: Readonly<GoogleGeminiConfig>
options?: Readonly<AIServiceOptions>
projectId: string