meeting summary notes

This commit is contained in:
Arjun 2026-03-17 17:10:16 +05:30
parent 537ca08fe5
commit 49c004b53e
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({