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 82883a3 + 2b6dc7e commit 11e3467Copy full SHA for 11e3467
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