create_annotation_queue
create_annotation_queueCreate annotation queues for human review workflows in Langfuse, enabling structured evaluation of LLM application outputs with configurable scoring.
Instructions
Creates a new annotation queue for human review workflows. Returns the created queue with its assigned ID. name is required. description and scoreConfigId are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Queue name. Required. | |
| description | Yes | Optional description of the queue's purpose. | |
| scoreConfigId | Yes | Optional score config ID to associate with this queue. |