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
+1
View File
@@ -22,6 +22,7 @@ export async function* chatStream(
max_step_num: number;
max_search_results?: number;
interrupt_feedback?: string;
enable_deep_thinking?: boolean;
enable_background_investigation: boolean;
report_style?: "academic" | "popular_science" | "news" | "social_media";
mcp_settings?: {