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

    Type Alias ConversationGitInfo

    type ConversationGitInfo = {
        branch: string | null;
        origin_url: string | null;
        sha: string | null;
    }
    Index

    Properties

    Properties

    branch: string | null
    origin_url: string | null
    sha: string | null