mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
---
|
|
title: "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 */
|
|
```
|
|
|