mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 06:32:00 +00:00
feat: add music generation tooling
This commit is contained in:
@@ -1030,6 +1030,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"music_generate": {
|
||||
"emoji": "🎵",
|
||||
"title": "Music Generation",
|
||||
"actions": {
|
||||
"generate": {
|
||||
"label": "generate",
|
||||
"detailKeys": [
|
||||
"prompt",
|
||||
"model",
|
||||
"durationSeconds",
|
||||
"format",
|
||||
"instrumental"
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"label": "list",
|
||||
"detailKeys": [
|
||||
"provider",
|
||||
"model"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"video_generate": {
|
||||
"emoji": "🎬",
|
||||
"title": "Video Generation",
|
||||
|
||||
Reference in New Issue
Block a user