File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
example/convex/_generated Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import type * as http from "../http.js";
15
15
import type * as ideaAgents from "../ideaAgents.js" ;
16
16
import type * as ideas from "../ideas.js" ;
17
17
import type * as playground from "../playground.js" ;
18
- import type * as updateThreadTitle from "../updateThreadTitle.js" ;
19
18
import type * as weather from "../weather.js" ;
20
19
21
20
import type {
@@ -40,7 +39,6 @@ declare const fullApi: ApiFromModules<{
40
39
ideaAgents : typeof ideaAgents ;
41
40
ideas : typeof ideas ;
42
41
playground : typeof playground ;
43
- updateThreadTitle : typeof updateThreadTitle ;
44
42
weather : typeof weather ;
45
43
} > ;
46
44
declare const fullApiWithMounts : typeof fullApi ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
StepWithMessagesWithMetadata ,
22
22
} from "./validators" ;
23
23
import type { ActionCtx , AgentComponent } from "./client/types.js" ;
24
- import type { RunMutationCtx } from "@convex-dev/prosemirror-sync " ;
24
+ import type { RunMutationCtx } from "./client/types.js " ;
25
25
26
26
export type AIMessageWithoutId = Omit < AIMessage , "id" > ;
27
27
You can’t perform that action at this time.
0 commit comments