mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(reasoning_content.md): add more info to docs
This commit is contained in:
parent
166423dc89
commit
fe5ab0d9ad
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ curl http://0.0.0.0:4000/v1/chat/completions \
|
|||
|
||||
## Spec
|
||||
|
||||
- `reasoning_content` - str: The reasoning content from the model.
|
||||
These fields can be accessed via `response.choices[0].message.reasoning_content` and `response.choices[0].message.thinking_blocks`.
|
||||
|
||||
- `reasoning_content` - str: The reasoning content from the model. Returned across all providers.
|
||||
- `thinking_blocks` - Optional[List[Dict[str, str]]]: A list of thinking blocks from the model. Only returned for Anthropic models.
|
||||
- `type` - str: The type of thinking block.
|
||||
- `thinking` - str: The thinking from the model.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue