File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.488 .0
1+ speakeasyVersion: 1.540 .0
22sources:
33 livepeer-studio-api:
44 sourceNamespace: livepeer-studio-api
5- sourceRevisionDigest: sha256:080442eee9caa414607243ffc49e136e2945fe4de0ff3f69fb2745a9bbaab6db
6- sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
5+ sourceRevisionDigest: sha256:f506c56bb254fb58cc22cc5e4a4e557af1a5aa5fe014af6ab555f450022f6fbf
6+ sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1739232219
9+ - speakeasy-sdk-regen-1739318631
1010 - 1.0.0
1111targets: {}
1212workflow:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openapi: 3.1.0
33info :
44 title : Livepeer AI Runner
55 description : An application to run AI pipelines
6- version : 0.0 .0
6+ version : 0.1 .0
77servers :
88 - url : https://dream-gateway.livepeer.cloud
99 description : Livepeer Cloud Community Gateway
@@ -1512,6 +1512,16 @@ components:
15121512 title : Params
15131513 description : Initial parameters for the pipeline.
15141514 default : {}
1515+ gateway_request_id :
1516+ type : string
1517+ title : Gateway Request Id
1518+ description : The ID of the Gateway request (for logging purposes).
1519+ default : ' '
1520+ stream_id :
1521+ type : string
1522+ title : Stream Id
1523+ description : The Stream ID (for logging purposes).
1524+ default : ' '
15151525 type : object
15161526 required :
15171527 - subscribe_url
@@ -1538,6 +1548,11 @@ components:
15381548 title : Events Url
15391549 description : URL for subscribing to events for pipeline status and logs
15401550 default : ' '
1551+ request_id :
1552+ type : string
1553+ title : Request Id
1554+ description : The ID generated for this request
1555+ default : ' '
15411556 type : object
15421557 required :
15431558 - subscribe_url
You can’t perform that action at this time.
0 commit comments