@archastro/sdk
    Preparing search index...

    Interface Ok

    A successful local-tool outcome.

    interface Ok {
        call_id: string;
        content: string;
        status: "ok";
    }
    Index

    Properties

    call_id: string
    content: string
    status: "ok"