b8230
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release enhances the Autoparser by enabling reshuffled arguments in tool calls and simplifies argument handling by removing unnecessary shuffling logic for optional parsers. It also provides updated binaries for numerous platforms.
Migration Steps
- Remove any explicit argument shuffling logic related to optional parsers in the tagged argument parser format tool calls, as this is now handled internally or is unnecessary.
✨ New Features
- Autoparser now allows reshuffled arguments in tagged argument parser format tool calls.
🐛 Bug Fixes
- The logic for optional parsers in the tagged argument parser now correctly keeps them in any order, removing the need for shuffling.