added search button to chat input

This commit is contained in:
Arjun 2026-03-13 13:58:30 +05:30
parent c845a7c40d
commit 604d521ac2
7 changed files with 71 additions and 9 deletions

View file

@ -132,6 +132,7 @@ const ipcSchemas = {
message: UserMessageContent,
voiceInput: z.boolean().optional(),
voiceOutput: z.enum(['summary', 'full']).optional(),
searchEnabled: z.boolean().optional(),
}),
res: z.object({
messageId: z.string(),