Reasoning
Defines the reasoning schema.
References
NONE
Reasoning
Bases: BaseModel
Defines a reasoning output when a language model is configured to use reasoning.
Attributes:
| Name | Type | Description |
|---|---|---|
id |
str
|
The ID of the reasoning output. Defaults to an empty string. |
reasoning |
str
|
The reasoning text. Defaults to an empty string. |
type |
str
|
The type of the reasoning output. Defaults to an empty string. |
data |
str
|
The additional data of the reasoning output. Defaults to an empty string. |