Skip to content

Commit 0616d00

Browse files
committed
fixed type error and removed node package files
1 parent 1fb2dcf commit 0616d00

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

deepgram/_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class PrerecordedOptions(TranscriptionOptions, total=False):
8989
utterances: bool
9090
utt_split: float
9191
detect_entities: bool
92-
summarize: Union[int, str]
92+
summarize: Union[bool, str]
9393
paragraphs: bool
9494
detect_language: bool
9595
detect_topics: bool
@@ -370,7 +370,7 @@ class UsageOptions(TypedDict, total=False):
370370
alternatives: bool
371371
numerals: bool
372372
detect_entities: bool
373-
summarize: Union[int, str]
373+
summarize: Union[bool, str]
374374
paragraphs: bool
375375
detect_language: bool
376376
detect_topics: bool

package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)