mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
email processing agent
This commit is contained in:
parent
375d8bf2e0
commit
67b1fe97f7
4 changed files with 131 additions and 2 deletions
|
|
@ -121,6 +121,7 @@ export const GmailThreadSchema = EmailBlockSchema.extend({
|
|||
threadId: z.string(),
|
||||
threadUrl: z.string().url(),
|
||||
unread: z.boolean().optional(),
|
||||
importance: z.enum(['important', 'other']).optional(),
|
||||
messages: z.array(GmailThreadMessageSchema),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue