UNPKG

@coze/uniapp-api

Version:

Official Coze UniApp SDK for seamless AI integration into your applications | 扣子官方 UniApp SDK,助您轻松集成 AI 能力到应用中

10 lines (9 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.platformMixins = platformMixins; const mixins_1 = require("./mixins"); function platformMixins(api) { api.workflows.runs.stream = (0, mixins_1.getWorkflowStreamMixin)(api); api.chat.stream = (0, mixins_1.getChatStreamMixin)(api); api.workflows.chat.stream = (0, mixins_1.getWorkflowChatStreamMixin)(api); }