fix(web): agent knowledge

This commit is contained in:
zhaoying
2026-04-09 22:09:32 +08:00
parent 27e9f9968d
commit 8b21dab255
3 changed files with 7 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ const Knowledge: FC<{value?: KnowledgeConfig; onChange?: (config: KnowledgeConfi
const list = [...knowledgeList]
list[index] = {
...list[index],
...values,
config: {...values as KnowledgeConfigForm}
}
setKnowledgeList([...list])