mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00:00
8 lines
191 B
TypeScript
8 lines
191 B
TypeScript
// Public Z.AI endpoint detection helpers for provider plugins.
|
|
|
|
export {
|
|
detectZaiEndpoint,
|
|
type ZaiDetectedEndpoint,
|
|
type ZaiEndpointId,
|
|
} from "../plugins/provider-zai-endpoint.js";
|