lshinylee 2025年 Jul 7日 09:18https://developer.tuya.com/cn/miniapp/s ... ntSolution
可以先看下我们提供的 AI 助手解决方案,可以支持在自己的小程序中集成 AI 对话功能。
我们需要对接自己的AI大模型,不使用你们那边提供的agent智能体
lshinylee 2025年 Jul 7日 09:18https://developer.tuya.com/cn/miniapp/s ... ntSolution
可以先看下我们提供的 AI 助手解决方案,可以支持在自己的小程序中集成 AI 对话功能。
我们需要对接自己的AI大模型,不使用你们那边提供的agent智能体
AI对话相关
Code: Select all
import { request } from '@ray-js/ray'
const manager = request({ ... })
导入到面板小程序就可以了,IOS不能在智能小程序上使用device.getDeviceInfo相关的API吗?
代码是小程序demo:https://github.com/Tuya-Community/tuya- ... /rayDevice
没有任何修改,Android设备可以正常运行,但是IOS不行