-
I'm using unsloth/gpt-oss-20b-GGUF with llama-server version: 6199 (f08c4c0) I can access e.g. for request: "messages":[
{"role":"user","content":"hello!"},
{"role":"assistant",
"content":"Hello! 👋 How can I help you today?",
"reasoning_content":"The user says \"hello!\" Probably want a greeting. No request to use tools. Just reply."},
{"role":"user","content":"test"}
] the reasoning_content is missing in the relevant part of the prompt:
|
Beta Was this translation helpful? Give feedback.
Answered by
aldehir
Aug 20, 2025
Replies: 1 comment
-
The gpt-oss template only inserts reasoning for the last assistant message with a tool call. It does not insert reasoning for messages with content only. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dstoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The gpt-oss template only inserts reasoning for the last assistant message with a tool call. It does not insert reasoning for messages with content only.