openclaw/src/plugin-sdk/provider-google.ts

7 lines
365 B
TypeScript

// Public Google provider helpers shared by bundled Google extensions.
export { normalizeGoogleModelId } from "../agents/model-id-normalization.js";
export { DEFAULT_GOOGLE_API_BASE_URL } from "../infra/google-api-base-url.js";
export { normalizeGoogleApiBaseUrl } from "../infra/google-api-base-url.js";
export { parseGeminiAuth } from "../infra/gemini-auth.js";