Skip to content

Commit 4abeac3

Browse files
committed
default value
1 parent 6552f29 commit 4abeac3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drizzle/schema.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import type { Graph } from "@/app/(playground)/p/[agentId]/beta-proto/graph/types";
1+
import {
2+
type Graph,
3+
playgroundModes,
4+
} from "@/app/(playground)/p/[agentId]/beta-proto/graph/types";
25
import type {
36
FileId,
47
KnowledgeContentId,
@@ -129,6 +132,7 @@ export const agents = pgTable("agents", {
129132
connectors: [],
130133
artifacts: [],
131134
webSearches: [],
135+
mode: playgroundModes.edit,
132136
}),
133137
graph: jsonb("graph")
134138
.$type<PlaygroundGraph>()

0 commit comments

Comments
 (0)