feat(web): workflow support lexical editor
This commit is contained in:
@@ -84,7 +84,7 @@ export const nodeLibrary: NodeLibrary[] = [
|
||||
type: "end", icon: endIcon,
|
||||
config: {
|
||||
output: {
|
||||
type: 'textarea'
|
||||
type: 'define'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -121,7 +121,7 @@ export const nodeLibrary: NodeLibrary[] = [
|
||||
type: 'define',
|
||||
defaultValue: [
|
||||
{
|
||||
role: 'SYSTEM',
|
||||
role: 'system',
|
||||
content: undefined,
|
||||
readonly: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user