Foundry Local Release Notes: v0.8.113 🚀
✨ New Features
Add support for tool calling. Models that support tool calling have the supportsToolCalling tag, which is also exposed via the SDKs.
🐛 Bug fixes
Fix crash on context length exhaustion. CLI now exits when context length is exhausted and the REST API returns an error if the request requires more tokens than max_length configuration allows.
📝 Known issues
This release only allows one tool call per request.