mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 11:40:25 +00:00
refactor: generate plugin sdk facades
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// Private Z.ai helpers for bundled provider plugins that need endpoint detection.
|
||||
|
||||
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
||||
export {
|
||||
detectZaiEndpoint,
|
||||
type ZaiDetectedEndpoint,
|
||||
type ZaiEndpointId,
|
||||
} from "../plugins/provider-zai-endpoint.js";
|
||||
applyZaiConfig,
|
||||
applyZaiProviderConfig,
|
||||
ZAI_CN_BASE_URL,
|
||||
ZAI_CODING_CN_BASE_URL,
|
||||
ZAI_CODING_GLOBAL_BASE_URL,
|
||||
ZAI_DEFAULT_MODEL_ID,
|
||||
ZAI_DEFAULT_MODEL_REF,
|
||||
ZAI_GLOBAL_BASE_URL,
|
||||
} from "../../extensions/zai/api.js";
|
||||
|
||||
Reference in New Issue
Block a user