Files
openrouter-python-sdk-retry…/docs/components/openairesponsestoolchoiceunion.md
T
github-actions[bot]GitHubspeakeasybotspeakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
0f116c9792 chore: 🐝 Update SDK - Generate 0.9.2 (#205)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
2026-06-11 12:10:31 -04:00

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 */
```