feat(perplexity): refresh provider integrations (#7687)

This commit is contained in:
backryun
2026-07-20 02:37:44 +09:00
committed by GitHub
parent a95da4a902
commit 649e5d09e7
16 changed files with 310 additions and 165 deletions

View File

@@ -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