mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-07 06:12:44 +02:00
download notes
This commit is contained in:
parent
604d521ac2
commit
26bf21d4da
8 changed files with 514 additions and 3 deletions
|
|
@ -481,6 +481,17 @@ const ipcSchemas = {
|
|||
}),
|
||||
},
|
||||
// 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