mirror of https://github.com/langgenius/dify.git
fix: edit summary
This commit is contained in:
parent
0f80788cd1
commit
513a49b969
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue