Files
openrouter-python-sdk-retry…/docs/components/toolchoice.mdx

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