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
+66
View File
@@ -0,0 +1,66 @@
---
title: "BaseInputsUnion1"
---
## Supported Types
### `components.BaseInputsMessage`
```python
value: components.BaseInputsMessage = /* values here */
```
### `components.OpenAIResponseInputMessageItem`
```python
value: components.OpenAIResponseInputMessageItem = /* values here */
```
### `components.OpenAIResponseFunctionToolCallOutput`
```python
value: components.OpenAIResponseFunctionToolCallOutput = /* values here */
```
### `components.OpenAIResponseFunctionToolCall`
```python
value: components.OpenAIResponseFunctionToolCall = /* values here */
```
### `components.OutputItemImageGenerationCall`
```python
value: components.OutputItemImageGenerationCall = /* values here */
```
### `components.OutputMessage`
```python
value: components.OutputMessage = /* values here */
```
### `components.OpenAIResponseCustomToolCall`
```python
value: components.OpenAIResponseCustomToolCall = /* values here */
```
### `components.OpenAIResponseCustomToolCallOutput`
```python
value: components.OpenAIResponseCustomToolCallOutput = /* values here */
```
### `components.ApplyPatchCallItem`
```python
value: components.ApplyPatchCallItem = /* values here */
```
### `components.ApplyPatchCallOutputItem`
```python
value: components.ApplyPatchCallOutputItem = /* values here */
```