Skip to content

Commit 51586e6

Browse files
feat(api): api update
1 parent a0d7515 commit 51586e6

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: 11
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-22abdebdde60ed0948dd9349f80924d026119a7570df7d636d6cdc50bcaf1230.yml
3-
openapi_spec_hash: 01dc74531f781b03d7f023fa52f292c6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-b4d7b52f83f90e73f5a8dc93586b0e44987e34240a2893491fded1d8b1620b3f.yml
3+
openapi_spec_hash: 2b02dc5e58ba20bbee0770c81bf92917
44
config_hash: 8477e3ee6fd596ab6ac911d052e4de79

src/supermemory/types/memory_get_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class MemoryGetResponse(BaseModel):
1515
id: str
1616
"""Unique identifier of the memory."""
1717

18+
connection_id: Optional[str] = FieldInfo(alias="connectionId", default=None)
19+
1820
content: Optional[str] = None
1921
"""The content to extract and process into a memory.
2022

0 commit comments

Comments
 (0)