feat(AI Agent Node): Update descriptions and titles for Chat Trigger options in AI Agents and Memory (#12155)

This commit is contained in:
Charlie Kolb
2024-12-12 14:01:29 +01:00
committed by GitHub
parent 5a055ed526
commit 07a6ae11b3
3 changed files with 7 additions and 8 deletions

View File

@@ -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',