@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadSearchResult

    type ThreadSearchResult = {
        snippet: string;
        thread: Thread;
    }
    Index

    Properties

    Properties

    snippet: string
    thread: Thread