mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 20:07:24 +00:00
Initialize global variables for speech and autopilot
This commit is contained in:
parent
7956969c8b
commit
4de69b584c
@ -19,6 +19,11 @@ if ($PSVersionTable.PSVersion.Major -lt 7) {
|
||||
exit 1
|
||||
}
|
||||
|
||||
# Global variables
|
||||
$script:SpeechRecognizer = $null
|
||||
$script:SpeechSynthesizer = $null
|
||||
$script:AutopilotEnabled = $false
|
||||
|
||||
# Load configuration
|
||||
function Load-Configuration {
|
||||
param([string]$ConfigPath)
|
||||
|
Loading…
Reference in New Issue
Block a user