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 bdc536e commit 1adf36eCopy full SHA for 1adf36e
src/memos/api/product_models.py
@@ -201,8 +201,8 @@ class APIADDRequest(BaseRequest):
201
operation: list[PermissionDict] | None = Field(
202
None, description="operation ids for multi cubes"
203
)
204
- async_mode: Literal["async", "sync"] = Field(
205
- "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"
206
207
208
0 commit comments