Skip to content

Commit 34d8ca8

Browse files
feat(api): api update
1 parent 6879b15 commit 34d8ca8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 55
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-9e9ff254deac02bfc433cce6198b88cfe65fc1e8114140eb0c9f15633f64715a.yml
3-
openapi_spec_hash: 3969b885ff63816924d234ff04592801
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-3ae6cdc2d184e9ff6b503abb2f0ce84fa47968755044bb6bce84a909b8d0fbc5.yml
3+
openapi_spec_hash: 167ef1ee586cd1934a261a6040747cb7
44
config_hash: c32ffa6858a02d7f23f6f3dda0b461ed

src/mixedbread/types/scored_video_url_input_chunk.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,5 +309,8 @@ class ScoredVideoURLInputChunk(BaseModel):
309309
transcription: Optional[str] = None
310310
"""speech recognition (sr) text of the video"""
311311

312+
summary: Optional[str] = None
313+
"""summary of the video"""
314+
312315
video_url: Optional[VideoURL] = None
313316
"""Model for video URL validation."""

src/mixedbread/types/stores/store_file.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,9 @@ class ChunkVideoURLInputChunk(BaseModel):
11691169
transcription: Optional[str] = None
11701170
"""speech recognition (sr) text of the video"""
11711171

1172+
summary: Optional[str] = None
1173+
"""summary of the video"""
1174+
11721175
video_url: Optional[ChunkVideoURLInputChunkVideoURL] = None
11731176
"""Model for video URL validation."""
11741177

0 commit comments

Comments
 (0)