mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
37 lines
660 B
Plaintext
37 lines
660 B
Plaintext
---
|
|
title: "AnthropicDocumentBlockParamSourceUnion"
|
|
---
|
|
|
|
## Supported Types
|
|
|
|
### `components.AnthropicBase64PdfSource`
|
|
|
|
```python
|
|
value: components.AnthropicBase64PdfSource = /* values here */
|
|
```
|
|
|
|
### `components.AnthropicPlainTextSource`
|
|
|
|
```python
|
|
value: components.AnthropicPlainTextSource = /* values here */
|
|
```
|
|
|
|
### `components.SourceContent`
|
|
|
|
```python
|
|
value: components.SourceContent = /* values here */
|
|
```
|
|
|
|
### `components.AnthropicURLPdfSource`
|
|
|
|
```python
|
|
value: components.AnthropicURLPdfSource = /* values here */
|
|
```
|
|
|
|
### `components.AnthropicFileDocumentSource`
|
|
|
|
```python
|
|
value: components.AnthropicFileDocumentSource = /* values here */
|
|
```
|
|
|