mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
// Private Z.ai helpers for bundled provider plugins that need endpoint detection.
|
|
|
|
export {
|
|
detectZaiEndpoint,
|
|
type ZaiDetectedEndpoint,
|
|
type ZaiEndpointId,
|
|
} from "../plugins/provider-zai-endpoint.js";
|