Added preserveAudio to ISettings#301
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
Adds a new optional preserveAudio flag to the shared ISettings dataclass in runware/types.py, expanding the set of request-level settings that can be serialized and sent through the SDK.
Changes:
- Added
preserveAudio: Optional[bool] = NonetoISettings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added
ISettingsnow includes:preserveAudio: Optional[bool]