mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
26 lines
395 B
Markdown
26 lines
395 B
Markdown
# ReasoningDetail
|
|
|
|
Reasoning detail information
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ReasoningDetailSummary`
|
|
|
|
```python
|
|
value: models.ReasoningDetailSummary = /* values here */
|
|
```
|
|
|
|
### `models.ReasoningDetailEncrypted`
|
|
|
|
```python
|
|
value: models.ReasoningDetailEncrypted = /* values here */
|
|
```
|
|
|
|
### `models.ReasoningDetailText`
|
|
|
|
```python
|
|
value: models.ReasoningDetailText = /* values here */
|
|
```
|
|
|