Files
openclaw/src/plugin-sdk/zai.ts
2026-03-20 15:56:14 +00:00

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";