Skip to content

Commit 47788d3

Browse files
feat(api): api update
1 parent 2c27b68 commit 47788d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-cce7bb1b7a1050f38b133f61e37f61f47027d357c5cab4288964debeffbc8cb5.yml
3-
openapi_spec_hash: 04e56c24ba345f177419422d70a82f08
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-f259b18e66afb10f009640c303c9a2b829114ac52f968780c24a99655405d5f0.yml
3+
openapi_spec_hash: a65d5f45b4d666a1caf6a22525690c8c
44
config_hash: 98555becb03f89d0fcf2e35a0fa6a41b

tests/api_resources/test_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_method_execute_with_all_params(self, client: Supermemory) -> None:
5757
limit=10,
5858
only_matching_chunks=False,
5959
rerank=False,
60-
rewrite_query=True,
60+
rewrite_query=False,
6161
)
6262
assert_matches_type(SearchExecuteResponse, search, path=["response"])
6363

@@ -133,7 +133,7 @@ async def test_method_execute_with_all_params(self, async_client: AsyncSupermemo
133133
limit=10,
134134
only_matching_chunks=False,
135135
rerank=False,
136-
rewrite_query=True,
136+
rewrite_query=False,
137137
)
138138
assert_matches_type(SearchExecuteResponse, search, path=["response"])
139139

0 commit comments

Comments
 (0)