mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
190 lines
3.8 KiB
Plaintext
190 lines
3.8 KiB
Plaintext
---
|
|
title: "OutputItems"
|
|
---
|
|
|
|
An output item from the response
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `components.OutputApplyPatchCallItem`
|
|
|
|
```python
|
|
value: components.OutputApplyPatchCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputCodeInterpreterCallItem`
|
|
|
|
```python
|
|
value: components.OutputCodeInterpreterCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputComputerCallItem`
|
|
|
|
```python
|
|
value: components.OutputComputerCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputCustomToolCallItem`
|
|
|
|
```python
|
|
value: components.OutputCustomToolCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputFileSearchCallItem`
|
|
|
|
```python
|
|
value: components.OutputFileSearchCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputFunctionCallItem`
|
|
|
|
```python
|
|
value: components.OutputFunctionCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputImageGenerationCallItem`
|
|
|
|
```python
|
|
value: components.OutputImageGenerationCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputMessageItem`
|
|
|
|
```python
|
|
value: components.OutputMessageItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputAdvisorServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputAdvisorServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputApplyPatchServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputApplyPatchServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputBashServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputBashServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputBrowserUseServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputBrowserUseServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputCodeInterpreterServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputCodeInterpreterServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputDatetimeItem`
|
|
|
|
```python
|
|
value: components.OutputDatetimeItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputSearchModelsServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputSearchModelsServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputFileSearchServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputFileSearchServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputFilesServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputFilesServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputFusionServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputFusionServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputImageGenerationServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputImageGenerationServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputMcpServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputMcpServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputMemoryServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputMemoryServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputSubagentServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputSubagentServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputTextEditorServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputTextEditorServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputToolSearchServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputToolSearchServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputWebFetchServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputWebFetchServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputWebSearchServerToolItem`
|
|
|
|
```python
|
|
value: components.OutputWebSearchServerToolItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputReasoningItem`
|
|
|
|
```python
|
|
value: components.OutputReasoningItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputShellCallItem`
|
|
|
|
```python
|
|
value: components.OutputShellCallItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputShellCallOutputItem`
|
|
|
|
```python
|
|
value: components.OutputShellCallOutputItem = /* values here */
|
|
```
|
|
|
|
### `components.OutputWebSearchCallItem`
|
|
|
|
```python
|
|
value: components.OutputWebSearchCallItem = /* values here */
|
|
```
|
|
|