Skip to content
K

mm_process_voice_command

Process a voice command transcript and execute the corresponding action

  • Category: Plugins
  • Source: Plugin: voice-assistant
  • Required parameters: 2
  • Total parameters: 5
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
transcriptstringYesVoice command transcript
contextobjectNo
selected_entitystringNo
active_specstringNo
{
"tool": "mm_process_voice_command",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"transcript": "example-transcript",
"context": {},
"selected_entity": "example-selected_entity"
}
}