ISPO SDK
    Preparing search index...

    Interface InvocationContextSnapshot

    Markdown

    Validated inline content delivered to a worker. The wire still calls this field lease for compatibility, but it is a copied snapshot, not a resource lease and carries no renewable or revocable identity.

    interface InvocationContextSnapshot {
        content: string;
        kind: "source-range" | "selection" | "chat-transcript";
    }
    Index
    content: string
    kind: "source-range" | "selection" | "chat-transcript"