mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(AI Agent Node): Update descriptions and titles for Chat Trigger options in AI Agents and Memory (#12155)
This commit is contained in:
@@ -71,13 +71,12 @@ export const promptTypeOptions: INodeProperties = {
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
name: 'Take from previous node automatically',
|
||||
name: 'Connected Chat Trigger Node',
|
||||
value: 'auto',
|
||||
description: 'Looks for an input field called chatInput',
|
||||
description:
|
||||
"Looks for an input field called 'chatInput' that is coming from a directly connected Chat Trigger",
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
name: 'Define below',
|
||||
value: 'define',
|
||||
description: 'Use an expression to reference data in previous nodes or enter static text',
|
||||
|
||||
Reference in New Issue
Block a user