File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 49
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-a2720b37997685cf019808be37ab86f7071f55ac09c80916293489f6d3644160 .yml
3- openapi_spec_hash : 61c24c03f1df5276b03e7bcce5266c21
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-922df6375506208e6003aa26bdf065a8221e5a99aac6d654b9d2a76175339828 .yml
3+ openapi_spec_hash : 19b698680ff92d3c5dc7e3f6c4ec12b1
44config_hash : 22524d9aa927566851636768f6a861cd
Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ class ScoredAudioURLInputChunk(BaseModel):
5252
5353 audio_url : AudioURL
5454 """The audio input specification."""
55+
56+ sampling_rate : int
57+ """The sampling rate of the audio."""
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ class ChunkAudioURLInputChunk(BaseModel):
108108 audio_url : ChunkAudioURLInputChunkAudioURL
109109 """The audio input specification."""
110110
111+ sampling_rate : int
112+ """The sampling rate of the audio."""
113+
111114
112115class ChunkVideoURLInputChunkVideoURL (BaseModel ):
113116 url : str
You can’t perform that action at this time.
0 commit comments