fix: edit summary

This commit is contained in:
zxhlyh 2026-01-22 14:55:50 +08:00
parent 0f80788cd1
commit 513a49b969
1 changed files with 1 additions and 2 deletions

View File

@ -352,8 +352,7 @@ const Completed: FC<ICompletedProps> = ({
params.attachment_ids = attachments.map(item => item.uploadedId!)
}
if (summary)
params.summary = summary
params.summary = summary ?? ''
if (needRegenerate)
params.regenerate_child_chunks = needRegenerate