fix(web): knowledge-retrieval node update

This commit is contained in:
zhaoying
2025-12-31 10:35:40 +08:00
parent fd8466e002
commit 7f05a9c5c3
4 changed files with 26 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ const Properties: FC<PropertiesProps> = ({
if (selectedNode?.data?.type === 'llm' && key === 'messages' && config.type === 'define') {
return (
<Form.Item key={key} name={key}>
<MessageEditor options={variableList} />
<MessageEditor options={variableList} parentName={key} />
</Form.Item>
)
}