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 : 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
44config_hash : fb2cfcdc5ef83ff03407a8b66c26a59b
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4343MetadataFilterUnionMember2 : TypeAlias = Union ["SearchFilter" , SearchFilterCondition ]
You can’t perform that action at this time.
0 commit comments