We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44dc57 commit 9ce1a1bCopy full SHA for 9ce1a1b
apps/sim/lib/copilot/tools/client/workflow/set-global-workflow-variables.ts
@@ -5,8 +5,8 @@ import {
5
ClientToolCallState,
6
} from '@/lib/copilot/tools/client/base-tool'
7
import { createLogger } from '@/lib/logs/console/logger'
8
-import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
9
import { useVariablesStore } from '@/stores/panel/variables/store'
+import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
10
11
interface OperationItem {
12
operation: 'add' | 'edit' | 'delete'
0 commit comments