You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29339,6 +29339,10 @@ paths:
29339
29339
- 'verbose_json'
29340
29340
type: 'string'
29341
29341
x-speakeasy-unknown-values: allow
29342
+
session_id:
29343
+
description: 'A unique identifier for grouping related requests (e.g., a conversation or agent workflow). Used for observability grouping in Broadcast and private logging; never sent to the provider. If provided in both the request body and the x-session-id header, the body value takes precedence.'
29344
+
maxLength: 256
29345
+
type: 'string'
29342
29346
temperature:
29343
29347
description: 'The sampling temperature.'
29344
29348
type: 'number'
@@ -29351,6 +29355,13 @@ paths:
29351
29355
type: 'string'
29352
29356
x-speakeasy-unknown-values: allow
29353
29357
type: 'array'
29358
+
trace:
29359
+
description: 'JSON-encoded trace metadata object (trace_id, trace_name, span_name, generation_name, parent_span_id and custom keys) attached to the Broadcast trace. Must decode to a JSON object.'
29360
+
type: 'string'
29361
+
user:
29362
+
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
0 commit comments