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
+45
View File
@@ -0,0 +1,45 @@
---
title: "ChatContentItems"
---
Content part for chat completion messages
## Supported Types
### `components.ChatContentFile`
```python
value: components.ChatContentFile = /* values here */
```
### `components.ChatContentImage`
```python
value: components.ChatContentImage = /* values here */
```
### `components.ChatContentAudio`
```python
value: components.ChatContentAudio = /* values here */
```
### `components.LegacyChatContentVideo`
```python
value: components.LegacyChatContentVideo = /* values here */
```
### `components.ChatContentText`
```python
value: components.ChatContentText = /* values here */
```
### `components.ChatContentVideo`
```python
value: components.ChatContentVideo = /* values here */
```