Langfuse JS/TS SDKs
    Preparing search index...

    Interface CreateAnnotationQueueItemRequest

    interface CreateAnnotationQueueItemRequest {
        objectId: string;
        objectType: AnnotationQueueObjectType;
        status?: AnnotationQueueStatus;
    }
    Index

    Properties

    objectId: string

    Defaults to PENDING for new queue items