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
fix: populate ChatRequest.tools and fix ToolCall attribute references
Changes:
- Populate ChatRequest.tools with ToolSpec objects when creating requests
- Fix ToolCall attribute references from .tool to .name (2 instances)
- Add ToolSpec import for proper tool specification conversion
This ensures tools are properly passed to providers in the typed ChatRequest
format and tool calls are correctly processed using the .name attribute.
🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)
Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
0 commit comments