mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 16:46:30 +00:00
7 lines
210 B
TypeScript
7 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";
|