Skip to content

Commit afd87c7

Browse files
committed
Tags
1 parent 972a2bc commit afd87c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/sim/app/api/copilot/chat/route.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ const ChatMessageSchema = z.object({
7272
'knowledge',
7373
'templates',
7474
'docs',
75+
'table',
76+
'file',
7577
]),
7678
label: z.string(),
7779
chatId: z.string().optional(),
@@ -81,6 +83,8 @@ const ChatMessageSchema = z.object({
8183
blockIds: z.array(z.string()).optional(),
8284
templateId: z.string().optional(),
8385
executionId: z.string().optional(),
86+
tableId: z.string().optional(),
87+
fileId: z.string().optional(),
8488
})
8589
)
8690
.optional(),

0 commit comments

Comments
 (0)