Files
openrouter-python-sdk-retry…/docs/components/system.mdx
T

19 lines
233 B
Plaintext

---
title: "System"
---
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `List[components.AnthropicTextBlockParam]`
```python
value: List[components.AnthropicTextBlockParam] = /* values here */
```