File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 8477e3ee6fd596ab6ac911d052e4de79
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments