Skip to content

Commit e6c05cd

Browse files
feat(api): api update
1 parent 9454556 commit e6c05cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 13
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-14d23949fc9a5cf375c542a7a2bda08334079fab55f43b80a3d94ede34244da3.yml
3-
openapi_spec_hash: b80c4f0e0311ff9125dfe27a5a405395
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-ec1420af27ac837f49a977cb95726af45a5ee5b5cd367e54b8a611de47ee3c84.yml
3+
openapi_spec_hash: 0fc5dd84801ee8f46a9b5d0941bdefda
44
config_hash: bf6196b98ec72829d458bc45ccd5a5f9

src/hyperspell/types/memory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,5 @@ class Memory(BaseModel):
9696

9797
score: Optional[float] = None
9898
"""The relevance of the resource to the query"""
99+
100+
title: Optional[str] = None

0 commit comments

Comments
 (0)