mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
docs: clarify reasoning split API support
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
@@ -328,7 +328,7 @@ MiniMax's OpenAI-compatible Chat Completions API supports the optional boolean `
|
||||
}
|
||||
```
|
||||
|
||||
With `true`, MiniMax returns thinking separately in `reasoning_content` and `reasoning_details`. This setting changes only the response format, not whether the model thinks. Leave it unset for providers that do not support it.
|
||||
With `true`, MiniMax returns thinking separately in `reasoning_content` and `reasoning_details`. This setting changes only the response format, not whether the model thinks. Leave it unset for providers that do not support it, including MiniMax using the Anthropic Messages API.
|
||||
|
||||
### Using the id field to map model names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user