> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-dev-127-conversation-state-store.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Window

Trailing time window for the classification data. Currently only `7d` (trailing 7 days) is supported.

## Example Usage

```go theme={null}
import (
	"github.com/OpenRouterTeam/go-sdk/models/operations"
)

value := operations.WindowSevend
```

## Values

| Name           | Value |
| -------------- | ----- |
| `WindowSevend` | 7d    |
