Skip to content

Foundry Local Release 0.8.113

Pre-release
Pre-release

Choose a tag to compare

@natke natke released this 26 Nov 20:00
· 169 commits to main since this release
111b6cd

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.