Fix voice assistant error variable (#90658)

This commit is contained in:
Paulus Schoutsen 2023-04-01 23:34:52 -04:00 committed by GitHub
parent 84292d4797
commit 4a4d3201f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ class PipelineRun:
raise SpeechToTextError(
code="stt-provider-unsupported-metadata",
message=(
f"Provider {engine} does not support input speech "
f"Provider {stt_provider.name} does not support input speech "
"to text metadata"
),
)