mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
25 lines
394 B
Plaintext
25 lines
394 B
Plaintext
---
|
|
title: "Action"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.OutputWebSearchCallItemActionSearch`
|
|
|
|
```python
|
|
value: components.OutputWebSearchCallItemActionSearch = /* values here */
|
|
```
|
|
|
|
### `components.ActionOpenPage`
|
|
|
|
```python
|
|
value: components.ActionOpenPage = /* values here */
|
|
```
|
|
|
|
### `components.ActionFindInPage`
|
|
|
|
```python
|
|
value: components.ActionFindInPage = /* values here */
|
|
```
|
|
|