We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed02749 commit 35d3f03Copy full SHA for 35d3f03
api/src/main/resources/static/js/chat.js
@@ -383,4 +383,5 @@ export async function fetchAvailableAgents() {
383
}
384
385
386
-window.sendMessage = sendMessage;
+window.sendMessage = sendMessage;
387
+window.toggleChat = toggleChat;
0 commit comments