mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 18:36:23 +02:00
meeting summary notes
This commit is contained in:
parent
537ca08fe5
commit
49c004b53e
5 changed files with 80 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue