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.
2 parents f6c5cf0 + 1adf36e commit 738051fCopy full SHA for 738051f
src/memos/api/product_models.py
@@ -213,8 +213,8 @@ class APIADDRequest(BaseRequest):
213
operation: list[PermissionDict] | None = Field(
214
None, description="operation ids for multi cubes"
215
)
216
- async_mode: Literal["async", "sync"] = Field(
217
- "async", description="Whether to add memory in async mode"
+ async_mode: Literal["async", "sync"] | None = Field(
+ None, description="Whether to add memory in async mode"
218
219
220
0 commit comments