We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8d09a commit ebd7b78Copy full SHA for ebd7b78
src/memmachine/common/api/doc.py
@@ -205,8 +205,8 @@ class Examples:
205
FILTER_MEM: ClassVar[list[str]] = [
206
"metadata.user_id=123 AND metadata.session_id=abc",
207
]
208
- MEMORY_TYPES: ClassVar[list[list[str]]] = [["Episodic", "Semantic"]]
209
- MEMORY_TYPE_SINGLE: ClassVar[list[str]] = ["Episodic", "Semantic"]
+ MEMORY_TYPES: ClassVar[list[list[str]]] = [["episodic", "semantic"]]
+ MEMORY_TYPE_SINGLE: ClassVar[list[str]] = ["episodic", "semantic"]
210
PAGE_SIZE: ClassVar[list[int]] = [50, 100]
211
PAGE_NUM: ClassVar[list[int]] = [0, 1, 5, 10]
212
EPISODIC_ID: ClassVar[list[str]] = ["123", "345"]
0 commit comments