fix(proxy): normalize DeepSeek Anthropic tool thinking history (#3203)

Fixes #3200
This commit is contained in:
Q3yp
2026-05-29 22:51:12 +08:00
committed by GitHub
parent e605eba292
commit 554e3b4875
3 changed files with 267 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ pub use adapter::ProviderAdapter;
pub use auth::{AuthInfo, AuthStrategy};
pub use claude::{
claude_api_format_needs_transform, get_claude_api_format,
normalize_anthropic_tool_thinking_history_for_provider,
transform_claude_request_for_api_format, ClaudeAdapter,
};
pub use codex::CodexAdapter;