mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 09:33:06 +00:00
9 lines
320 B
TypeScript
9 lines
320 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,
|
|
normalizeGoogleApiBaseUrl,
|
|
} from "../infra/google-api-base-url.js";
|
|
export { parseGeminiAuth } from "../infra/gemini-auth.js";
|