修复: 补提 adversarial+project CompletionRequest reasoning_content 字段(74003bc 遗漏)
This commit is contained in:
@@ -176,6 +176,7 @@ impl AdversarialEngine {
|
||||
stream: false,
|
||||
tools: None,
|
||||
tool_choice: None,
|
||||
reasoning_content: None,
|
||||
};
|
||||
|
||||
let resp = provider
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user