Uh oh!
There was an error while loading. Please reload this page.
Added ttl to videoInference - #318
Conversation
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
This PR extends the IVideoInference request dataclass to support an optional ttl parameter, aligning video inference request capabilities with other inference request types that support TTL semantics.
Changes:
- Added
ttl: Optional[int]toIVideoInference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Added
IVideoInferencenow includes:ttl: Optional[int]