File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 26
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-c602bac0c6d453b4c4699348569c3e0f1264bb94dac5a312464fcbd41f0bd0c5 .yml
3- openapi_spec_hash : 9e8e8093f200aa49ec05b9b61a51a7aa
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-3e34ab6d0648da8c95f7cc0721a76f19137c7b165c14e038f67e5070e6f85200 .yml
3+ openapi_spec_hash : d940a39080b2245905ef1117d9d4f16e
44config_hash : cde97ef3188581c5f4924c633ec33ddb
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
3+ from typing import Dict , Optional
44
55from pydantic import Field as FieldInfo
66
@@ -27,6 +27,12 @@ class MemoryUpdateMemoryResponse(BaseModel):
2727 memory : str
2828 """The content of the new memory version"""
2929
30+ metadata : Optional [Dict [str , object ]] = None
31+ """
32+ Arbitrary key-value metadata attached to this memory, or null if none was
33+ provided
34+ """
35+
3036 parent_memory_id : Optional [str ] = FieldInfo (alias = "parentMemoryId" , default = None )
3137 """ID of the memory this version updates"""
3238
You can’t perform that action at this time.
0 commit comments