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

@@ -121,7 +121,7 @@ export const nodeLibrary: NodeLibrary[] = [
type: 'define',
defaultValue: [
{
role: 'system',
role: 'SYSTEM',
content: undefined,
readonly: true
},