Skip to content

Commit d330dea

Browse files
feat(api): api update
1 parent e01d911 commit d330dea

2 files changed

Lines changed: 5 additions & 3 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: 23
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-28ef76911100f5f3b0934f35b93da890f59db35d8ad889bfb11fe67d5879d07e.yml
3-
openapi_spec_hash: 5c83e03e89be87832239a3eb04eccff3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-71f9a7fd0f63cb11f0674f2614dcf46fd669dd09439765b00858fae30bbeea1f.yml
3+
openapi_spec_hash: 4191bdfdc7ac969c3310ecaeb10fdc9c
44
config_hash: 983708fc30c86269c2149a960d0bfec1

src/hyperspell/types/memory_search_params.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ class Options(TypedDict, total=False):
226226
after: Annotated[Union[str, datetime, None], PropertyInfo(format="iso8601")]
227227
"""Only query documents created on or after this date."""
228228

229-
answer_model: Literal["llama-3.1", "gemma2", "qwen-qwq", "mistral-saba", "llama-4-scout", "deepseek-r1"]
229+
answer_model: Literal[
230+
"llama-3.1", "gemma2", "qwen-qwq", "mistral-saba", "llama-4-scout", "deepseek-r1", "gpt-oss-20b", "gpt-oss-120b"
231+
]
230232
"""Model to use for answer generation when answer=True"""
231233

232234
before: Annotated[Union[str, datetime, None], PropertyInfo(format="iso8601")]

0 commit comments

Comments
 (0)