mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
refactor: cli
This commit is contained in:
@@ -20,7 +20,7 @@ const ChatBody = z.object({
|
||||
platforms: z.array(z.string()).optional(),
|
||||
currentPlatform: z.string().optional(),
|
||||
|
||||
messages: z.array(z.object()),
|
||||
messages: z.array(z.any()),
|
||||
query: z.string().min(1, 'Query is required'),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user