@pymthouse/gateway-web v0.3.3
What's Changed
- feat: keep provider request id on settled jobs and errors by @eliteprox in #26
Traceability (#26)
Successful InferenceResult now carries providerRequestId (fal/runner request_id) alongside gatewayRequestId (job_*).
LivepeerGatewayError can carry both:
gatewayRequestId— Console/MCP minted job id (joins signed tickets)providerRequestId— upstream request id, including on settled queue receipts and failed HTTP calls (attachProviderRequestId)
extractQueueHandle keeps requestId on settled receipts, not only queued ones.
Full Changelog: v0.3.2...v0.3.3