Skip to content

Commit eb27c60

Browse files
feat(api): api update
1 parent c4be5ae commit eb27c60

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 51
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-67f1ae8cdd8a043199c7da700cf26c5da787862faf895c2e0d737c83085e1573.yml
3-
openapi_spec_hash: 38dde555682223f7b5c92e9e575e2beb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-0f4c537661b6b41d8a474988d30d94b16886f6969589c8c86e13f6dac8c54d72.yml
3+
openapi_spec_hash: f585ba82e9ab6363aa405fa685c12db8
44
config_hash: fb2cfcdc5ef83ff03407a8b66c26a59b

src/mixedbread/resources/stores/files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def list(
271271
272272
metadata_filter: Metadata filter to apply to the query
273273
274-
q: Search query for fuzzy matching over name and description fields
274+
q: Search query for fuzzy matching over name and external_id fields
275275
276276
extra_headers: Send extra headers
277277
@@ -810,7 +810,7 @@ async def list(
810810
811811
metadata_filter: Metadata filter to apply to the query
812812
813-
q: Search query for fuzzy matching over name and description fields
813+
q: Search query for fuzzy matching over name and external_id fields
814814
815815
extra_headers: Send extra headers
816816

src/mixedbread/types/stores/file_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FileListParams(TypedDict, total=False):
3737
"""Metadata filter to apply to the query"""
3838

3939
q: Optional[str]
40-
"""Search query for fuzzy matching over name and description fields"""
40+
"""Search query for fuzzy matching over name and external_id fields"""
4141

4242

4343
MetadataFilterUnionMember2: TypeAlias = Union["SearchFilter", SearchFilterCondition]

0 commit comments

Comments
 (0)