Skip to content

Commit b2735a3

Browse files
andypalmiandypalmi
andauthored
feat: update support agent initial sentence (#7349)
Changed support agent initial sentence to be aligned to the newest FlowFuse expert capabilities. Co-authored-by: andypalmi <andrea@flowfuse.com>
1 parent d4ae183 commit b2735a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/stores/product-expert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export const useProductExpertStore = defineStore('product-expert', {
409409
}
410410

411411
const welcomeMessages = {
412-
[SUPPORT_AGENT]: 'Hello! I am here to help you get started with FlowFuse and Node-RED. I can answer your questions, provide links to documentation, or help you build step-by-step guides to achieve your goals. How can I assist you today?',
412+
[SUPPORT_AGENT]: 'Hello! I am here to help you get started with FlowFuse and Node-RED. I can build industrial application for you, answer your questions and provide links to documentation, or help you debug your existing flows. How can I assist you today?',
413413
[INSIGHTS_AGENT]: 'Hello! I can help you gather insights by interacting with your configured resources and MCP tools in your Node-RED instances. What would you like to find out?'
414414
}
415415

0 commit comments

Comments
 (0)