ISPO SDK
    Preparing search index...

    Type Alias InvocationContextClaim

    Markdown
    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.