use managed deepgram when signed in

This commit is contained in:
Ramnique Singh 2026-03-13 22:26:17 +05:30
parent 604d521ac2
commit 7097cb064a
5 changed files with 59 additions and 66 deletions

View file

@ -480,6 +480,12 @@ const ipcSchemas = {
mimeType: z.string(),
}),
},
'voice:getDeepgramToken': {
req: z.null(),
res: z.object({
token: z.string(),
}).nullable(),
},
// Inline task schedule classification
'inline-task:classifySchedule': {
req: z.object({