UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 219 B
import { GoogleGenAI } from "@google/genai"; //#region extensions/google/google-genai-runtime.ts function createGoogleGenAI(options) { return new GoogleGenAI(options); } //#endregion export { createGoogleGenAI as t };