docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
+183
View File
@@ -0,0 +1,183 @@
---
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.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 */
```