We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63011d9 commit 405f57cCopy full SHA for 405f57c
apps/sim/lib/copilot/tools/server/files/workspace-file.ts
@@ -1,7 +1,7 @@
1
import { createLogger } from '@sim/logger'
2
import type { BaseServerTool, ServerToolContext } from '@/lib/copilot/tools/server/base-tool'
3
-import { generatePptxFromCode } from '@/lib/execution/pptx-vm'
4
import type { WorkspaceFileArgs, WorkspaceFileResult } from '@/lib/copilot/tools/shared/schemas'
+import { generatePptxFromCode } from '@/lib/execution/pptx-vm'
5
import {
6
deleteWorkspaceFile,
7
downloadWorkspaceFile as downloadWsFile,
0 commit comments