Skip to content

Commit b116c34

Browse files
feat(api): api update
1 parent 80cb345 commit b116c34

2 files changed

Lines changed: 9 additions & 3 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/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
44
config_hash: cde97ef3188581c5f4924c633ec33ddb

src/supermemory/types/memory_update_memory_response.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
from 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

0 commit comments

Comments
 (0)