diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index a06bddf6..01ce1cbf 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,12 +1,12 @@ -speakeasyVersion: 1.488.0 +speakeasyVersion: 1.540.0 sources: livepeer-studio-api: sourceNamespace: livepeer-studio-api - sourceRevisionDigest: sha256:080442eee9caa414607243ffc49e136e2945fe4de0ff3f69fb2745a9bbaab6db - sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb + sourceRevisionDigest: sha256:f506c56bb254fb58cc22cc5e4a4e557af1a5aa5fe014af6ab555f450022f6fbf + sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44 tags: - latest - - speakeasy-sdk-regen-1739232219 + - speakeasy-sdk-regen-1739318631 - 1.0.0 targets: {} workflow: diff --git a/ai/api-reference/gateway.openapi.yaml b/ai/api-reference/gateway.openapi.yaml index 577d614f..be868a38 100644 --- a/ai/api-reference/gateway.openapi.yaml +++ b/ai/api-reference/gateway.openapi.yaml @@ -3,7 +3,7 @@ openapi: 3.1.0 info: title: Livepeer AI Runner description: An application to run AI pipelines - version: 0.0.0 + version: 0.1.0 servers: - url: https://dream-gateway.livepeer.cloud description: Livepeer Cloud Community Gateway @@ -1512,6 +1512,16 @@ components: title: Params description: Initial parameters for the pipeline. default: {} + gateway_request_id: + type: string + title: Gateway Request Id + description: The ID of the Gateway request (for logging purposes). + default: '' + stream_id: + type: string + title: Stream Id + description: The Stream ID (for logging purposes). + default: '' type: object required: - subscribe_url @@ -1538,6 +1548,11 @@ components: title: Events Url description: URL for subscribing to events for pipeline status and logs default: '' + request_id: + type: string + title: Request Id + description: The ID generated for this request + default: '' type: object required: - subscribe_url