2026-03-16 22:11:56 -07:00

8 lines
201 B
TypeScript

// Public Z.ai helpers for provider plugins that need endpoint detection.
export {
detectZaiEndpoint,
type ZaiDetectedEndpoint,
type ZaiEndpointId,
} from "../plugins/provider-zai-endpoint.js";