8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
|
|
// Public Z.ai helpers for provider plugins that need endpoint detection.
|
||
|
|
|
||
|
|
export {
|
||
|
|
detectZaiEndpoint,
|
||
|
|
type ZaiDetectedEndpoint,
|
||
|
|
type ZaiEndpointId,
|
||
|
|
} from "../commands/zai-endpoint-detect.js";
|