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

    Type Alias ItemStartedNotification

    type ItemStartedNotification = {
        item: ThreadItem;
        startedAtMs: number;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    startedAtMs: number

    Unix timestamp (in milliseconds) when this item lifecycle started.

    threadId: string
    turnId: string