We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2bf05 commit dbe86a4Copy full SHA for dbe86a4
1 file changed
assemblyai/types.py
@@ -2299,6 +2299,9 @@ class BaseTranscript(BaseModel):
2299
keyterms_prompt: Optional[List[str]] = None
2300
"The list of key terms used to generate the transcript with the Slam-1 speech model. Can't be used together with `prompt`."
2301
2302
+ keyterms_prompt_options: Optional[KeytermsPromptOptions] = None
2303
+ "Options for controlling how the `keyterms_prompt` is used when generating the transcript with the Slam-1 speech model."
2304
+
2305
speech_understanding: Optional[SpeechUnderstandingRequest] = None
2306
"Speech understanding configuration for LLM Gateway features"
2307
0 commit comments