You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reasoning format (default: deepseek; allowed values: deepseek, none)\n"
2853
-
"controls whether thought tags are extracted from the response, and in which format they're returned. 'none' leaves thoughts unparsed in `message.content`, 'deepseek' puts them in `message.reasoning_content` (for DeepSeek R1 & Command R7B only).\n"
2854
-
"only supported for non-streamed responses",
2852
+
"controls whether thought tags are allowed and/or extracted from the response, and in which format they're returned; one of:\n"
2853
+
"- none: leaves thoughts unparsed in `message.content`\n"
2854
+
"- deepseek: puts thoughts in `message.reasoning_content` (except in streaming mode, which behaves as `none`)\n"
0 commit comments