Skip to content

Commit 3ca510b

Browse files
feat(api): api update
1 parent c1a8b41 commit 3ca510b

2 files changed

Lines changed: 5 additions & 2 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: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-f09b91ede978d3fd05810d3750fcc837f8baa6430fa1be9208ba3088ecaef7f4.yml
3-
openapi_spec_hash: 957d1e254f2f5933d0c22f3b310122e9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-0240419cabee6cafb40d76dd14a1faf53930e3324dc569fa1f1390c86bbe9f70.yml
3+
openapi_spec_hash: 15f9d935cc44bdd64978a777f70e6b4e
44
config_hash: cde97ef3188581c5f4924c633ec33ddb

src/supermemory/types/document_list_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ class Memory(BaseModel):
8080
content: Optional[str] = None
8181
"""Content of the document (only included when includeContent=true)"""
8282

83+
url: Optional[str] = None
84+
"""URL of the document"""
85+
8386

8487
class Pagination(BaseModel):
8588
"""Pagination metadata"""

0 commit comments

Comments
 (0)