修复: 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

@@ -77,6 +77,7 @@ pub(crate) async fn compress_via_llm(
stream: false,
tools: None,
tool_choice: None,
reasoning_content: None,
};
// LLM 并发限流(压缩属独立调用,纳入双层 Semaphore)