Skip to content

Commit 9bfc023

Browse files
feat(api): api update
1 parent 8df15a7 commit 9bfc023

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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: 16
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad1692cfae7a00899ce6af1fd56b8294e5fd17d772a154a1671ff76c6ae623a9.yml
3-
openapi_spec_hash: 007d1c70c133a31305c06a62d0319aee
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-27b76a54c3e4c0dfb0030b8b01cae4e9e2e1cd83c6d3f5979e8ee786aa08cdfc.yml
3+
openapi_spec_hash: 5b4879301983da24acb6d78e589c83ed
44
config_hash: be10c837d5319a33f30809a3ec223caf

src/supermemory/types/search_execute_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ class Result(BaseModel):
4646
updated_at: datetime = FieldInfo(alias="updatedAt")
4747
"""Document last update date"""
4848

49+
content: Optional[str] = None
50+
"""Full document content (only included when includeFullDocs=true)"""
51+
4952
summary: Optional[str] = None
5053
"""Document summary"""
5154

0 commit comments

Comments
 (0)