> ISPO SDK documentation. [HTML](https://ispo.ai/docs/variables/core.EXECUTABLE_CONTEXT_KINDS.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Variable EXECUTABLE\_CONTEXT\_KINDS`Const`

```typescript
EXECUTABLE_CONTEXT_KINDS: readonly [
    "source-range",
    "selection",
    "chat-transcript",
] = ...
```

The only caller-context kinds the host can carry end-to-end today. This is deliberately a closed copy-only set: resource handles need a genuine lease lifecycle before they can be declared or accepted.
