// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * Replace a paginated thread's durable history with the prefix before one turn. * * This only changes persisted conversation history. It does not revert local file changes. */ export type ThreadRevertParams = { threadId: string, /** * Turn excluded from the replacement history, together with every later turn. */ beforeTurnId: string, };