You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ If you select any option other than **Off**, you must connect the Chat trigger a
80
80
Use this option when building a workflow with steps after the agent or chain that's handling the chat. Choose from:
81
81
82
82
***When Last Node Finishes**: The Chat Trigger node returns the response code and the data output from the last node executed in the workflow.
83
-
***Using Response Nodes**: The Chat Trigger node responds as defined in a [Respond to Chat](/update/this/link/once/RespondToChat/hasItsOwnPage.md) node or [Respond to Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook.md) node. In this response mode, the Chat Trigger will solely show messages as defined in these nodes and not output the data from the last node executed in the workflow.
83
+
***Using Response Nodes**: The Chat Trigger node responds as defined in a [Respond to Chat](/integrations/builtin/core-nodes/n8n-nodes-langchain.respondtochat.md) node or [Respond to Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook.md) node. In this response mode, the Chat Trigger will solely show messages as defined in these nodes and not output the data from the last node executed in the workflow.
84
84
85
85
/// note | Using Response Nodes
86
86
This mode replaces the 'Using Respond to Webhook Node' mode from version 1.2 of the Chat Trigger node.
@@ -116,7 +116,7 @@ If you select any option other than **Off**, you must connect the Chat trigger a
116
116
Use this option when building a workflow with steps after the agent or chain that's handling the chat. Choose from:
117
117
118
118
***When Last Node Finishes**: The Chat Trigger node returns the response code and the data output from the last node executed in the workflow.
119
-
***Using Response Nodes**: The Chat Trigger node responds as defined in a [Respond to Chat](/update/this/link/once/RespondToChat/hasItsOwnPage.md) node or [Respond to Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook.md) node. In this response mode, the Chat Trigger will solely show messages as defined in these nodes and not output the data from the last node executed in the workflow.
119
+
***Using Response Nodes**: The Chat Trigger node responds as defined in a [Respond to Chat](/integrations/builtin/core-nodes/n8n-nodes-langchain.respondtochat.md) node or [Respond to Webhook](/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook.md) node. In this response mode, the Chat Trigger will solely show messages as defined in these nodes and not output the data from the last node executed in the workflow.
120
120
121
121
/// note | Using Response Nodes
122
122
This mode replaces the 'Using Respond to Webhook Node' mode from version 1.2 of the Chat Trigger node.
@@ -140,7 +140,7 @@ In a basic workflow, the Agent and Chain nodes output a parameter named either `
140
140
If you need to manually create the response sent to the user, you must create a parameter named either `text` or `output`. If you use a different parameter name, the Chat trigger sends the entire object as its response, not just the value.
141
141
142
142
/// note | Respond to Chat node
143
-
When you are using a [Respond to Chat](/path/still/tbd) node to manually create the response sent to the user, you must set the Chat Trigger response mode to 'Using Response Nodes'.
143
+
When you are using a [Respond to Chat](/integrations/builtin/core-nodes/n8n-nodes-langchain.respondtochat.md) node to manually create the response sent to the user, you must set the Chat Trigger response mode to 'Using Response Nodes'.
Copy file name to clipboardExpand all lines: docs/integrations/builtin/core-nodes/n8n-nodes-langchain.respondtochat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ priority: critical
7
7
8
8
# Respond to Chat node
9
9
10
-
Use the Respond to Chat node in correspondence with the Chat Trigger node to send a response into the chat and optionally wait for a response from the user. This allows you to have multiple chat interactions within a single execution and enables human-in-the-loop use cases in the chat.
10
+
Use the Respond to Chat node in correspondence with the [Chat Trigger](/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/index.md) node to send a response into the chat and optionally wait for a response from the user. This allows you to have multiple chat interactions within a single execution and enables human-in-the-loop use cases in the chat.
11
11
12
12
/// note | Chat Trigger node
13
13
The Respond to Chat node requires a [Chat Trigger](/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/index.md) node to be present in the workflow, with the [Response Mode](/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/index.md#response-mode) set to 'Using Response Nodes'.
0 commit comments