]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat : Seed OSS thinking + tool call support (#15552)
authorPiotr Wilkin (ilintar) <redacted>
Fri, 29 Aug 2025 12:53:41 +0000 (14:53 +0200)
committerGitHub <redacted>
Fri, 29 Aug 2025 12:53:41 +0000 (14:53 +0200)
commit60e5eee31f1af9bb579ac45380e3857d610020b9
tree1588d7a68aa0197e48d2ad56193a8157dcf5fe9a
parent009b709d6efd24820ac67765ed339a72dc797814
chat : Seed OSS thinking + tool call support (#15552)

* Reasoning and tool-calling support for Seed OSS

* Fix grammar and partial parsing

* Whitespace

* New chat template

* Update common/chat.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update common/chat.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Remove unused 'purge_healing_marker' helper

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
common/chat.cpp
common/chat.h
models/templates/ByteDance-Seed-OSS.jinja [new file with mode: 0644]
tests/test-chat.cpp