-
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
19366de
commit 4adba38
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dialogflow-backend
updated
6 files
+8 −4 | src/ai/chat.rs | |
+3 −0 | src/flow/rt/convertor.rs | |
+2 −0 | src/flow/rt/dto.rs | |
+39 −8 | src/flow/rt/node.rs | |
+6 −0 | src/flow/subflow/dto.rs | |
+2 −2 | src/man/settings.rs |
Submodule dialogflow-frontend
updated
3 files
+3 −1 | src/components/flow/nodes/DialogNode.vue | |
+67 −5 | src/components/flow/nodes/LlmChatNode.vue | |
+7 −7 | src/components/management/Settings.vue |