Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3140,6 +3140,15 @@ paths:
description: >-
Optional ID for linking this record with an OpenTelemetry
trace. Used for deduplication.
sessionId:
type: string
minLength: 1
maxLength: 256
description: >-
Optional session ID for this record. Matches the
`session.id` emitted on OTel spans, joining the record to
its session's traces and attachments.
example: c59e5bd0-e5eb-4bf0-a08a-01f7e8f712c7
required:
- inputs
- expected
Expand Down
Loading