Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb committed Dec 12, 2024
1 parent 0814937 commit bb88925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/nodes/memory/descriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const sessionIdOption: INodeProperties = {
name: 'Connected Chat Trigger Node',
value: 'fromInput',
description:
'Looks for an input field called sessionId that is coming from a directly connected Chat Trigger',
"Looks for an input field called 'sessionId' that is coming from a directly connected Chat Trigger",
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/utils/descriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const promptTypeOptions: INodeProperties = {
name: 'Connected Chat Trigger Node',
value: 'auto',
description:
'Looks for an input field called chatInput that is coming from a directly connected Chat Trigger',
"Looks for an input field called 'chatInput' that is coming from a directly connected Chat Trigger",
},
{
name: 'Define below',
Expand Down

0 comments on commit bb88925

Please sign in to comment.