mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
parent
1400e94c68
commit
d0a48d7f51
8 changed files with 521 additions and 3 deletions
|
|
@ -487,6 +487,17 @@ const ipcSchemas = {
|
|||
}).nullable(),
|
||||
},
|
||||
// Inline task schedule classification
|
||||
'export:note': {
|
||||
req: z.object({
|
||||
markdown: z.string(),
|
||||
format: z.enum(['md', 'pdf', 'docx']),
|
||||
title: z.string(),
|
||||
}),
|
||||
res: z.object({
|
||||
success: z.boolean(),
|
||||
error: z.string().optional(),
|
||||
}),
|
||||
},
|
||||
'inline-task:classifySchedule': {
|
||||
req: z.object({
|
||||
instruction: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue