pub trait ResponseFormatEnable: ChatRequestModel { }Expand description
Indicates that a text chat model accepts response_format.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".