feat: add client-side of deep thinking

This commit is contained in:
Henry Li
2025-06-11 19:48:46 +08:00
parent 2ffacd9294
commit 3e364c1afe
5 changed files with 56 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ const generalFormSchema = z.object({
}),
// Others
enableBackgroundInvestigation: z.boolean(),
enableDeepThinking: z.boolean(),
reportStyle: z.enum(["academic", "popular_science", "news", "social_media"]),
});