We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c130b1 commit 91242acCopy full SHA for 91242ac
src/client/files.ts
@@ -1,7 +1,11 @@
1
import type { FilePart, ImagePart } from "ai";
2
import type { Id } from "../component/_generated/dataModel.js";
3
-import type { ActionCtx, AgentComponent, QueryCtx } from "./types.js";
4
-import type { RunMutationCtx } from "@convex-dev/prosemirror-sync";
+import type {
+ ActionCtx,
5
+ AgentComponent,
6
+ QueryCtx,
7
+ RunMutationCtx,
8
+} from "./types.js";
9
10
export const MAX_FILE_SIZE = 1024 * 64;
11
0 commit comments