@@ -16,7 +16,7 @@ Voice input lets you dictate prompts to {% data variables.copilot.copilot_cli_sh
1616
1717## Prerequisite
1818
19- You need a working microphone connected to your machine. Voice input uses your system's default microphone.
19+ You need a working microphone connected to your machine. By default, voice input uses your system's default microphone.
2020
2121## Limitation
2222
@@ -62,6 +62,30 @@ Rather than holding down the space bar, you can toggle voice recording on and of
62621 . Speak your prompt.
63631 . Press any key to stop recording and insert the transcription.
6464
65+ ### Cleaning up voice-entered prompts
66+
67+ Optionally, to clean up a prompt you have entered by speaking, you can use the ` /refine ` slash command. This command:
68+
69+ * Removes filler words, false starts or repetitions.
70+ * Applies any self-corrections you've made.
71+ * Fixes grammatical mistakes.
72+ * Groups related points for clarity.
73+
74+ To clean up the current prompt:
75+
76+ 1 . Before submitting the prompt, press <kbd >Ctrl</kbd >+<kbd >X</kbd > quickly followed by <kbd >/</kbd >.
77+ 1 . Type ` /refine ` , then press <kbd >Enter</kbd >.
78+
79+ ## Switching microphones
80+
81+ If you have more than one microphone available on your system, you can switch input devices.
82+
83+ 1 . Enter the ` /voice devices ` slash command.
84+
85+ A list of available input devices is shown.
86+
87+ 1 . Use the arrow keys on your keyboard to select the microphone you want to use, then press <kbd >Enter</kbd >.
88+
6589## Switching voice models
6690
6791You can dictate prompts in English or Spanish, but the appropriate voice model must be downloaded and activated for the language you want to use.
0 commit comments