UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 376 B
import { GoogleGenAI } from "@google/genai"; //#region extensions/google/google-genai-runtime.d.ts type GoogleGenAIClient = InstanceType<typeof GoogleGenAI>; type GoogleGenAIOptions = ConstructorParameters<typeof GoogleGenAI>[0]; declare function createGoogleGenAI(options: GoogleGenAIOptions): GoogleGenAIClient; //#endregion export { GoogleGenAIClient, createGoogleGenAI };