mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(AI Agent Node): Change Prompt Text Copy (no-changelog) (#12442)
This commit is contained in:
@@ -66,7 +66,7 @@ export const inputSchemaField: INodeProperties = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const promptTypeOptions: INodeProperties = {
|
export const promptTypeOptions: INodeProperties = {
|
||||||
displayName: 'Prompt Source (User Message)',
|
displayName: 'Source for Prompt (User Message)',
|
||||||
name: 'promptType',
|
name: 'promptType',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
options: [
|
options: [
|
||||||
@@ -98,7 +98,7 @@ export const textInput: INodeProperties = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const textFromPreviousNode: INodeProperties = {
|
export const textFromPreviousNode: INodeProperties = {
|
||||||
displayName: 'Text From Previous Node',
|
displayName: 'Prompt (User Message)',
|
||||||
name: 'text',
|
name: 'text',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user