Skip to content

Commit 738051f

Browse files
authored
Merge branch 'dev' into feat/knowledge_db
2 parents f6c5cf0 + 1adf36e commit 738051f

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
@@ -213,8 +213,8 @@ class APIADDRequest(BaseRequest):
213213
operation: list[PermissionDict] | None = Field(
214214
None, description="operation ids for multi cubes"
215215
)
216-
async_mode: Literal["async", "sync"] = Field(
217-
"async", description="Whether to add memory in async mode"
216+
async_mode: Literal["async", "sync"] | None = Field(
217+
None, description="Whether to add memory in async mode"
218218
)
219219

220220

0 commit comments

Comments
 (0)