Files
AI-Trader/tests
Bill 81ec0ec53b test: add DeepSeek tool calls integration tests
Verifies that ChatDeepSeek properly handles tool_calls arguments:
- Returns ChatDeepSeek for deepseek/* models
- tool_calls.args are dicts (not JSON strings)
- No Pydantic validation errors on args

Tests skip gracefully if API keys not available.
2025-11-06 07:56:48 -05:00
..