]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat: fix LFM2/LFM2.5 ignoring json_schema (#24377)
authorTarek Dakhran <redacted>
Wed, 10 Jun 2026 12:41:41 +0000 (14:41 +0200)
committerGitHub <redacted>
Wed, 10 Jun 2026 12:41:41 +0000 (14:41 +0200)
commitd2462f8f7ac6d80070a587ffebf6cd73730f4280
tree0986b9231f5ec86b87b950b64d1b457ca023de75
parentfb83cc9a072b4e85b329d4f95c59478180204c87
chat: fix LFM2/LFM2.5 ignoring json_schema (#24377)

The LFM2 specialized template handler only built a grammar for tool-calling,
silently ignoring json_schema from response_format.
common/chat.cpp