mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-18 20:15:20 +02:00
use calendar data to correlate meetings
This commit is contained in:
parent
6f6b294aee
commit
aff95a2489
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