mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
440 B
Plaintext
28 lines
440 B
Plaintext
---
|
|
title: "ReasoningDetailUnion"
|
|
---
|
|
|
|
Reasoning detail union schema
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.ReasoningDetailEncrypted`
|
|
|
|
```python
|
|
value: components.ReasoningDetailEncrypted = /* values here */
|
|
```
|
|
|
|
### `components.ReasoningDetailSummary`
|
|
|
|
```python
|
|
value: components.ReasoningDetailSummary = /* values here */
|
|
```
|
|
|
|
### `components.ReasoningDetailText`
|
|
|
|
```python
|
|
value: components.ReasoningDetailText = /* values here */
|
|
```
|
|
|