Skip to content

Commit 72944f5

Browse files
committed
begin user copilot
1 parent 6c2bf79 commit 72944f5

File tree

2 files changed

+520
-6
lines changed

2 files changed

+520
-6
lines changed

index.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@ const Workflow = require("@saltcorn/data/models/workflow");
22
const Form = require("@saltcorn/data/models/form");
33
const { features } = require("@saltcorn/data/db/state");
44

5-
const configuration_workflow = () =>
6-
new Workflow({
7-
steps: [],
8-
});
95

106
module.exports = {
117
sc_plugin_api_version: 1,
12-
//configuration_workflow,
138
dependencies: ["@saltcorn/large-language-model"],
149
viewtemplates: features.workflows
15-
? [require("./chat-copilot")]
10+
? [require("./chat-copilot"), require("./user-copilot")]
1611
: [require("./action-builder"), require("./database-designer")],
1712
functions: features.workflows
1813
? { copilot_generate_workflow: require("./workflow-gen") }

0 commit comments

Comments
 (0)