Prerequisites
Feature Description
When using --jinja, llama-server appends the following system message if tools are supported: Respond in JSON format, either with tool_call (a request to call tools) or with response reply to the user's request. See
|
"Respond in JSON format, either with `tool_call` (a request to call tools) or with `response` reply to the user's request"); |
Using a custom system message also doesn't work, as the string always gets appended afterwards.
Could this be made optional? Thanks!
Motivation
I couldn't find this in the docs, and I only saw it via --verbose-prompt --verbose and saw it got appended.
Possible Implementation
No response
Prerequisites
Feature Description
When using
--jinja,llama-serverappends the following system message if tools are supported:Respond in JSON format, either with tool_call (a request to call tools) or with response reply to the user's request. Seellama.cpp/common/chat.cpp
Line 849 in 12ee176
Using a custom system message also doesn't work, as the string always gets appended afterwards.
Could this be made optional? Thanks!
Motivation
I couldn't find this in the docs, and I only saw it via
--verbose-prompt --verboseand saw it got appended.Possible Implementation
No response