mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs(reasoning_content.md): add more info to docs
This commit is contained in:
parent
a66677a89f
commit
fb8492f4ea
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
Add a link
Reference in a new issue