File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : c32ffa6858a02d7f23f6f3dda0b461ed
Original file line number Diff line number Diff 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."""
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments