Skip to content

Commit dbe86a4

Browse files
mez171AssemblyAI
andauthored
chore: sync sdk code with DeepLearning repo (#173)
Co-authored-by: AssemblyAI <engineering.sdk@assemblyai.com>
1 parent 1c2bf05 commit dbe86a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

assemblyai/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,6 +2299,9 @@ class BaseTranscript(BaseModel):
22992299
keyterms_prompt: Optional[List[str]] = None
23002300
"The list of key terms used to generate the transcript with the Slam-1 speech model. Can't be used together with `prompt`."
23012301

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+
23022305
speech_understanding: Optional[SpeechUnderstandingRequest] = None
23032306
"Speech understanding configuration for LLM Gateway features"
23042307

0 commit comments

Comments
 (0)