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

    Type Alias ThreadReadParams

    type ThreadReadParams = {
        includeTurns?: boolean;
        threadId: string;
    }
    Index

    Properties

    includeTurns?: boolean

    When true, include turns and their items from rollout history.

    threadId: string