Replies: 2 comments 1 reply
-
To add a simple greeting message like "Welcome to this chatbot session" at the start of a chat using Langflow, you'll need to adjust the
Your JSON snippet for the {
"type": "Prompt",
"node": {
"template": {
"template": {
"type": "prompt",
"value": "Welcome to this chatbot session\n\nUser: {user_input}\n\nAnswer: ",
...
},
...
},
...
},
...
} This adjustment ensures that your chat window opens with the greeting message displayed, setting a welcoming tone for the session.
|
Beta Was this translation helpful? Give feedback.
-
Hi! We don't support that yet. Do you plan to integrate your flow with another application? Maybe you could try adding the greeting as a health check for the connection with Langflow. |
Beta Was this translation helpful? Give feedback.
-
How can I start of with a simple greeting when starting a chat session using langflow? For example, when opening a chat window, I would like to see a message:
Welcome to this chatbot session.
Beta Was this translation helpful? Give feedback.
All reactions