修复: 补提 adversarial+project CompletionRequest reasoning_content 字段(74003bc 遗漏)

This commit is contained in:
2026-06-17 18:44:28 +08:00
parent 645f73d1a3
commit f6e4e824fa
2 changed files with 3 additions and 0 deletions

View File

@@ -546,6 +546,7 @@ async fn extract_description_via_llm(
stream: false,
tools: None,
tool_choice: None,
reasoning_content: None,
};
let _g = state.llm_concurrency.acquire_global().await;
@@ -641,6 +642,7 @@ pub async fn scan_project_with_ai(
stream: false,
tools: None,
tool_choice: None,
reasoning_content: None,
};
// 4. 双层限流 + complete