mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
---
|
|
title: "OpenAIResponseFunctionToolCallOutputOutput2"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `List[components.OpenAIResponseFunctionToolCallOutputOutput1]`
|
|
|
|
```python
|
|
value: List[components.OpenAIResponseFunctionToolCallOutputOutput1] = /* values here */
|
|
```
|
|
|