多彩编程 多彩编程MZPH · CODE BLOG
ARTICLE DETAIL

文章详情

深耕前端与后端开发技术的一线实战笔记与踩坑复盘。

Voice Notification

Voice Notification Voice Notification【免费下载链接】LifeOS⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your ideal state, in life and work.项目地址: https://gitcode.com/GitHub_Trending/pe/LifeOS执行工作流时同时做两件事发送语音通知curl -s -X POST http://localhost:31337/notify \ -H Content-Type: application/json \ -d {message: Running the WORKFLOWNAME workflow in the SKILLNAME skill to ACTION} \ /dev/null 21 输出文本通知Running the **WorkflowName** workflow in the **SkillName** skill to ACTION...执行时把 WORKFLOWNAME、SKILLNAME、ACTION 替换为实际值。ACTION 应少于 6 个词描述工作流做什么。 **模板 B无 Workflows 的技能**对直接处理请求无 Workflows/ 目录的技能**不要**加入 Voice Notification 小节。这类技能在回复里自然描述自己在做什么即可。如需显式说明 markdown ## Task Handling This skill handles requests directly without workflows. When executing, simply describe what youre doing: - Let me [action]... - Ill [action]...【免费下载链接】LifeOS⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your ideal state, in life and work.项目地址: https://gitcode.com/GitHub_Trending/pe/LifeOS创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
返回列表