Merge branch 'refs/heads/feature/agent-tool_xjn' into feature/20260105_xjn

This commit is contained in:
Timebomb2018
2026-03-25 11:48:42 +08:00
13 changed files with 1122 additions and 33 deletions

View File

@@ -294,6 +294,7 @@ PROVIDER_STRATEGIES = {
"bedrock": BedrockFormatStrategy,
"anthropic": BedrockFormatStrategy,
"openai": OpenAIFormatStrategy,
"volcano": OpenAIFormatStrategy,
}