mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
54 lines
1.1 KiB
Markdown
54 lines
1.1 KiB
Markdown
# OpenAIResponsesToolChoiceUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.OpenAIResponsesToolChoiceAuto`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceAuto = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoiceNone`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceNone = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoiceRequired`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceRequired = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoiceFunction`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceFunction = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoice`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoice = /* values here */
|
|
```
|
|
|
|
### `components.ToolChoiceAllowed`
|
|
|
|
```python
|
|
value: components.ToolChoiceAllowed = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoiceApplyPatch`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceApplyPatch = /* values here */
|
|
```
|
|
|
|
### `components.OpenAIResponsesToolChoiceShell`
|
|
|
|
```python
|
|
value: components.OpenAIResponsesToolChoiceShell = /* values here */
|
|
```
|
|
|