> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# State

The content to evaluate: a plain string, or a JSON object or array of related context.

## Supported Types

### `str`

```python theme={null}
value: str = /* values here */
```

### `Dict[str, Any]`

```python theme={null}
value: Dict[str, Any] = /* values here */
```

### `List[Any]`

```python theme={null}
value: List[Any] = /* values here */
```
