mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
added search button to chat input
This commit is contained in:
parent
c845a7c40d
commit
604d521ac2
7 changed files with 71 additions and 9 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue