feat: enable investigation mode

This commit is contained in:
Li Xin
2025-04-30 19:53:14 +08:00
parent 3ef36b95f6
commit 0a0f705aca
6 changed files with 104 additions and 23 deletions

View File

@@ -17,6 +17,7 @@ export async function* chatStream(
max_plan_iterations: number;
max_step_num: number;
interrupt_feedback?: string;
enable_background_investigation: boolean;
mcp_settings?: {
servers: Record<
string,