diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index be213fad..781f4db2 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -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' @@ -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'