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

    Type Alias ThreadRollbackResponse

    type ThreadRollbackResponse = {
        thread: Thread;
    }
    Index

    Properties

    Properties

    thread: Thread

    The updated thread after applying the rollback, with turns populated.

    The ThreadItems stored in each Turn are lossy since we explicitly do not persist all agent interactions, such as command executions. This is the same behavior as thread/resume.