Add RUN or THREAD items to a single annotation queue.
func (
r *AnnotationQueueItemService) New(ctx context.Context,
queueID string,
params AnnotationQueueItemNewParams,
opts ...option.RequestOption) (res *AnnotationQueueItemNewResponse,
err error
)Add RUN or THREAD items to a single annotation queue. RUN items require run_id unless they are created from a suggested example. THREAD items require thread_id and project_id.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
params* | AnnotationQueueItemNewParams | |
opts* | ...option.RequestOption |