修复: DeepSeek reasoning_content 全链路透传(跨6 crate补字段+映射+agentic loop累积回传)

This commit is contained in:
2026-06-17 18:08:04 +08:00
parent 1cd7652a34
commit 74003bc04f
11 changed files with 251 additions and 20 deletions

View File

@@ -357,6 +357,7 @@ async fn extract_knowledge_from_conversation(
stream: false,
tools: None,
tool_choice: None,
reasoning_content: None,
};
let provider: Box<dyn LlmProvider> = match super::secret::build_provider_for(provider_config) {