meeting summary notes

This commit is contained in:
Arjun 2026-03-17 17:10:16 +05:30
parent 909a18a8b3
commit 57d7cb0746
5 changed files with 80 additions and 2 deletions

View file

@ -498,6 +498,14 @@ const ipcSchemas = {
token: z.string(),
}).nullable(),
},
'meeting:summarize': {
req: z.object({
transcript: z.string(),
}),
res: z.object({
notes: z.string(),
}),
},
// Inline task schedule classification
'export:note': {
req: z.object({