mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
242 B
Plaintext
19 lines
242 B
Plaintext
---
|
|
title: "Outcome"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.OutcomeExit`
|
|
|
|
```python
|
|
value: components.OutcomeExit = /* values here */
|
|
```
|
|
|
|
### `components.OutcomeTimeout`
|
|
|
|
```python
|
|
value: components.OutcomeTimeout = /* values here */
|
|
```
|
|
|