You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat: migrate SiliconFlow integration from ChatOpenAI to ChatSiliconFlow
Replace ChatOpenAI workaround with native ChatSiliconFlow implementation to enable
proper function calling support (bind_tools) for ReAct agent workflows.
Key changes:
- Use ChatSiliconFlow from langchain-siliconflow>=0.1.3 instead of ChatOpenAI
- Remove hardcoded base_url defaults to let ChatSiliconFlow handle configuration
- Update all unit tests to mock ChatSiliconFlow
- Upgrade evaluation judge to GLM-Z1 for better tool support
All tests pass: 84/84 unit, 14/14 integration, 14/16 E2E, 6/6 evaluation
0 commit comments