feat(editor): Rename 'Text' fields on AI nodes to 'Prompt' (#13416)

This commit is contained in:
Jaakko Husso
2025-02-21 18:38:14 +02:00
committed by GitHub
parent 7a504dc30f
commit 4fa666b976
5 changed files with 7 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ export const promptTypeOptions: INodeProperties = {
};
export const textInput: INodeProperties = {
displayName: 'Text',
displayName: 'Prompt (User Message)',
name: 'text',
type: 'string',
required: true,