]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat : add qwen3 specialized parser (#26252)
authorAldehir Rojas <redacted>
Sun, 2 Aug 2026 09:13:20 +0000 (04:13 -0500)
committerGitHub <redacted>
Sun, 2 Aug 2026 09:13:20 +0000 (04:13 -0500)
commitf5919bf458ef190468b5c329bb293f8a54a1e69c
treee9b6173953477054a4068884aa5fc9aeef6475e8
parent272700b360944e40816a7ea13da8cd723119000a
chat : add qwen3 specialized parser (#26252)

* Add tagged thinking tool parser

* chat : refactor and add permute helper

* cont : add support for <tool_call> omission

* cont : update tool delimiters

* cont : add comment for qwen3-coder

* cont : fix trigger pattern for <function

---------

Co-authored-by: Bart de Boer <redacted>
common/chat-peg-parser.cpp
common/chat-peg-parser.h
common/chat.cpp
tests/test-chat-peg-parser.cpp
tests/test-chat.cpp