mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
use calendar data to correlate meetings
This commit is contained in:
parent
434f88f194
commit
6f988e9cb5
4 changed files with 83 additions and 8 deletions
|
|
@ -501,6 +501,7 @@ const ipcSchemas = {
|
|||
'meeting:summarize': {
|
||||
req: z.object({
|
||||
transcript: z.string(),
|
||||
meetingStartTime: z.string().optional(),
|
||||
}),
|
||||
res: z.object({
|
||||
notes: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue