Skip to content
K

mm_start_voice_input

Initialize voice input system and start listening for commands or dictation

  • Category: Plugins
  • Source: Plugin: voice-assistant
  • Required parameters: 1
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
modestring (enum: wake-word, push-to-talk, dictation)No
{
"tool": "mm_start_voice_input",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"mode": "wake-word"
}
}