@@ -38202,7 +38202,7 @@ components:
3820238202 $ref: "#/components/schemas/LLMObsAnnotationItem"
3820338203 type: array
3820438204 content_id:
38205- description: Identifier of the content for this interaction.
38205+ description: Identifier of the content (trace ID or session ID) for this interaction.
3820638206 example: "trace-abc-123"
3820738207 type: string
3820838208 id:
@@ -38405,7 +38405,7 @@ components:
3840538405 description: A single interaction to add to an annotation queue.
3840638406 properties:
3840738407 content_id:
38408- description: Identifier of the content (such as trace ID) for this interaction.
38408+ description: Identifier of the content (trace ID or session ID) for this interaction.
3840938409 example: "trace-abc-123"
3841038410 type: string
3841138411 type:
@@ -38422,7 +38422,7 @@ components:
3842238422 example: false
3842338423 type: boolean
3842438424 content_id:
38425- description: Identifier of the content for this interaction.
38425+ description: Identifier of the content (trace ID or session ID) for this interaction.
3842638426 example: "trace-abc-123"
3842738427 type: string
3842838428 id:
@@ -39941,11 +39941,13 @@ components:
3994139941 enum:
3994239942 - trace
3994339943 - experiment_trace
39944+ - session
3994439945 example: trace
3994539946 type: string
3994639947 x-enum-varnames:
3994739948 - TRACE
3994839949 - EXPERIMENT_TRACE
39950+ - SESSION
3994939951 LLMObsLabelSchema:
3995039952 description: Schema definition for a single label in an annotation queue.
3995139953 properties:
@@ -109631,7 +109633,7 @@ paths:
109631109633 If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
109632109634 /api/v2/llm-obs/v1/annotation-queues/{queue_id}/annotated-interactions:
109633109635 get:
109634- description: Retrieve all interactions and their annotations for a given annotation queue.
109636+ description: Retrieve all interactions (traces and sessions) and their annotations for a given annotation queue.
109635109637 operationId: GetLLMObsAnnotatedInteractions
109636109638 parameters:
109637109639 - $ref: "#/components/parameters/LLMObsAnnotationQueueIDPathParameter"
@@ -109692,7 +109694,7 @@ paths:
109692109694 /api/v2/llm-obs/v1/annotation-queues/{queue_id}/interactions:
109693109695 post:
109694109696 description: |-
109695- Add one or more interactions (traces) to an annotation queue.
109697+ Add one or more interactions (traces or sessions ) to an annotation queue.
109696109698 At least one interaction must be provided.
109697109699 operationId: CreateLLMObsAnnotationQueueInteractions
109698109700 parameters:
0 commit comments