]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Autoparser: add optional argument reshuffle capability (#20171)
authorPiotr Wilkin (ilintar) <redacted>
Fri, 6 Mar 2026 21:34:15 +0000 (22:34 +0100)
committerGitHub <redacted>
Fri, 6 Mar 2026 21:34:15 +0000 (22:34 +0100)
commit2f2923f89526d102bd3c29188db628a8dbf507b6
treebdfb4c8c7f52e7675c8ea86fd65e8ce69491658d
parent649f06481e363fa02a53b89af9659645730c367b
Autoparser: add optional argument reshuffle capability (#20171)

* Allow reshuffled arguments in tagged argument parser format tool calls.

* Remove shuffle just keep the optional parsers in any order

* Remove unnecessary import
common/chat-auto-parser-generator.cpp
tests/test-chat.cpp