mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
feat(perplexity): refresh provider integrations (#7687)
This commit is contained in:
@@ -194,7 +194,7 @@ export const v1SearchSchema = z
|
||||
// Locale
|
||||
country: z.string().max(2).toUpperCase().optional(),
|
||||
language: z.string().min(2).max(5).optional(),
|
||||
time_range: z.enum(["any", "day", "week", "month", "year"]).optional(),
|
||||
time_range: z.enum(["any", "hour", "day", "week", "month", "year"]).optional(),
|
||||
|
||||
// Content control
|
||||
content: z
|
||||
|
||||
Reference in New Issue
Block a user