ISPO SDK
    Preparing search index...

    Interface CommandResourceItem

    Markdown

    Delivered through the binary worker transport, never command JSON or prompts. Each item is a single invocation's copy, not a reusable authority token.

    interface CommandResourceItem {
        bytes: Uint8Array;
        digest: string;
        mediaType:
            | "image/png"
            | "image/jpeg"
            | "image/webp"
            | "text/plain"
            | "application/json"
            | "audio/wav";
        name: string;
    }
    Index
    bytes: Uint8Array
    digest: string
    mediaType:
        | "image/png"
        | "image/jpeg"
        | "image/webp"
        | "text/plain"
        | "application/json"
        | "audio/wav"
    name: string