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

@@ -130,7 +130,7 @@ export function getSessionId(
if (sessionId === '' || sessionId === undefined) {
throw new NodeOperationError(ctx.getNode(), 'Key parameter is empty', {
description:
"Provide a key to use as session ID in the 'Key' parameter or use the 'Take from previous node automatically' option to use the session ID from the previous node, e.t. chat trigger node",
"Provide a key to use as session ID in the 'Key' parameter or use the 'Connected Chat Trigger Node' option to use the session ID from your Chat Trigger",
itemIndex,
});
}