-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4adba38
commit 1c3b51f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dialogflow-backend
updated
6 files
+1 −1 | src/ai/chat.rs | |
+11 −7 | src/flow/rt/node.rs | |
+1 −1 | src/resources/assets/assets/index-B4PwGmOZ.css | |
+45 −45 | src/resources/assets/assets/index-DaTxxXw1.js | |
+2 −2 | src/web/asset.rs | |
+2 −2 | src/web/asset.txt |
Submodule dialogflow-frontend
updated
4 files
+12 −6 | src/components/flow/SubFlow.vue | |
+31 −31 | src/components/flow/nodes/DialogNode.vue | |
+1 −1 | src/components/flow/nodes/LlmChatNode.vue | |
+6 −3 | src/components/management/Settings.vue |