SpeechRequestProvider - Go SDK

SpeechRequestProvider type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

Provider-specific passthrough configuration

Fields

FieldTypeRequiredDescriptionExample
Options*components.ProviderOptionsProvider-specific options keyed by provider slug. Only options for the matched provider are forwarded; the rest are ignored. Unrecognized keys are silently dropped.{"openai": {"max_tokens": 1000}
}