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

    Type Alias ThreadMetadataUpdateParams

    type ThreadMetadataUpdateParams = {
        gitInfo?: ThreadMetadataGitInfoUpdateParams | null;
        threadId: string;
    }
    Index

    Properties

    Properties

    Patch the stored Git metadata for this thread. Omit a field to leave it unchanged, set it to null to clear it, or provide a string to replace the stored value.

    threadId: string