update:由于现在的模型本身动作有限,使用起来体验不佳,暂时移除动作控制的代码

This commit is contained in:
hrz
2026-01-27 15:45:53 +08:00
parent 0064f975c2
commit 5d72f9f79d
11 changed files with 45 additions and 639 deletions
@@ -68,37 +68,5 @@
"brightness": "${brightness}",
"message": "亮度已设置为 ${brightness}"
}
},
{
"name": "live2d.smile",
"description": "Make the virtual human perform a smiling action. Call this tool when the user says 'smile', 'smile once', 'give me a smile', 'smile please', etc.",
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"name": "live2d.wave",
"description": "Make the virtual human perform a waving action. Call this tool when the user says 'wave to me', 'wave', 'say hello', 'wave please', etc.",
"inputSchema": {
"type": "object",
"properties": {}
}
},
{
"name": "live2d.action",
"description": "Trigger a specified action for the virtual human. Supported actions include: FlickUp (swipe up), FlickDown (swipe down), Tap (tap), Tap@Body (body tap), Flick (swipe), Flick@Body (body swipe), etc. Call this tool when the user requests a specific virtual human action.",
"inputSchema": {
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "Action name, such as: FlickUp, FlickDown, Tap, Tap@Body, Flick, Flick@Body"
}
},
"required": [
"action"
]
}
}
]