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

# Type Alias InvocationContextClaim

```typescript
InvocationContextClaim:
    | {
        kind: "source-range";
        range: { end: number; start: number };
        renderedPreview?: string;
        sectionId: string;
        selectedText: string;
        sourcePath: string;
    }
    | { kind: "selection"; text: string }
    | { kind: "chat-transcript"; transcript: string }
```

Untrusted caller input naming one bounded inline context copy. It is not a resource lease or a handle the worker can renew, redeem, or widen.
