Files
openclaw/extensions/tencent/api.ts
2026-06-04 21:02:07 -04:00

9 lines
255 B
TypeScript

// Tencent API module exposes the plugin public contract.
export {
buildTokenHubModelDefinition,
TOKENHUB_BASE_URL,
TOKENHUB_MODEL_CATALOG,
TOKENHUB_PROVIDER_ID,
} from "./models.js";
export { buildTokenHubProvider } from "./provider-catalog.js";