latest 123

This commit is contained in:
Flatlogic Bot 2025-10-02 13:51:23 +00:00
parent 8c01e3ab0b
commit 113170fe4d

View File

@ -415,6 +415,8 @@
chartType = 'bar'; chartType = 'bar';
task = 'generate_sales_chart'; task = 'generate_sales_chart';
response = assistantResponses[task]; response = assistantResponses[task];
} else if (lowerCaseText === 'hello' || lowerCaseText === 'hi') {
response = 'Hello! How can I help you today?';
} }
} }