Skip to content

Commit 11e3467

Browse files
authored
Merge branch 'main' into docs/update-env-example
2 parents 82883a3 + 2b6dc7e commit 11e3467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memos/api/product_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ class APIADDRequest(BaseRequest):
201201
operation: list[PermissionDict] | None = Field(
202202
None, description="operation ids for multi cubes"
203203
)
204-
async_mode: Literal["async", "sync"] = Field(
205-
"async", description="Whether to add memory in async mode"
204+
async_mode: Literal["async", "sync"] | None = Field(
205+
None, description="Whether to add memory in async mode"
206206
)
207207

208208

0 commit comments

Comments
 (0)