mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
31 lines
451 B
Plaintext
31 lines
451 B
Plaintext
---
|
|
title: "ToolChoice"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.ToolChoiceAuto`
|
|
|
|
```python
|
|
value: components.ToolChoiceAuto = /* values here */
|
|
```
|
|
|
|
### `components.ToolChoiceAny`
|
|
|
|
```python
|
|
value: components.ToolChoiceAny = /* values here */
|
|
```
|
|
|
|
### `components.ToolChoiceNone`
|
|
|
|
```python
|
|
value: components.ToolChoiceNone = /* values here */
|
|
```
|
|
|
|
### `components.ToolChoiceTool`
|
|
|
|
```python
|
|
value: components.ToolChoiceTool = /* values here */
|
|
```
|
|
|