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

    Type Alias ItemCompletedNotification

    type ItemCompletedNotification = {
        completedAtMs: number;
        item: ThreadItem;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    completedAtMs: number

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

    threadId: string
    turnId: string