-
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
962f0bb
commit 50191be
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dialogflow-backend
updated
10 files
+1 −1 | Cargo.toml | |
+3 −3 | src/ai/completion.rs | |
+13 −0 | src/flow/rt/context.rs | |
+17 −1 | src/flow/rt/convertor.rs | |
+2 −1 | src/flow/rt/dto.rs | |
+1 −1 | src/flow/rt/executor.rs | |
+29 −16 | src/flow/rt/node.rs | |
+42 −0 | src/flow/subflow/dto.rs | |
+2 −2 | src/web/asset.rs | |
+2 −2 | src/web/asset.txt |
Submodule dialogflow-frontend
updated
4 files
+1 −1 | package.json | |
+1 −1 | src/components/flow/SubFlow.vue | |
+1 −0 | src/components/flow/nodes/DialogNode.vue | |
+6 −6 | src/components/flow/nodes/LlmChatNode.vue |