mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
31 lines
379 B
Plaintext
31 lines
379 B
Plaintext
---
|
|
title: "FileSearchServerToolValue2"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `float`
|
|
|
|
```python
|
|
value: float = /* values here */
|
|
```
|
|
|
|
### `bool`
|
|
|
|
```python
|
|
value: bool = /* values here */
|
|
```
|
|
|
|
### `List[components.FileSearchServerToolValue1]`
|
|
|
|
```python
|
|
value: List[components.FileSearchServerToolValue1] = /* values here */
|
|
```
|
|
|