Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29111,6 +29111,10 @@ paths:
- 'json'
- 'verbose_json'
type: 'string'
session_id:
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.'
maxLength: 256
type: 'string'
temperature:
description: 'The sampling temperature.'
type: 'number'
Expand All @@ -29122,6 +29126,13 @@ paths:
- 'segment'
type: 'string'
type: 'array'
trace:
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.'
type: 'string'
user:
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
maxLength: 256
type: 'string'
required:
- 'file'
- 'model'
Expand Down
Loading