pub struct ResponsesReasoning {
pub effort: String,
pub initial_effort: String,
pub model: String,
}Expand description
Original request-level and effective conversation reasoning effort for a Responses history boundary
Fields§
§effort: StringEffective effort selected before this message, independent of the response-level reasoning field
initial_effort: StringOriginal request-level effort, retained while replaying this conversation prefix
model: StringProvider model whose reasoning settings this boundary records
Trait Implementations§
Source§impl Clone for ResponsesReasoning
impl Clone for ResponsesReasoning
Source§impl Debug for ResponsesReasoning
impl Debug for ResponsesReasoning
Source§impl Default for ResponsesReasoning
impl Default for ResponsesReasoning
Source§impl<'de> Deserialize<'de> for ResponsesReasoning
impl<'de> Deserialize<'de> for ResponsesReasoning
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResponsesReasoning
impl RefUnwindSafe for ResponsesReasoning
impl Send for ResponsesReasoning
impl Sync for ResponsesReasoning
impl Unpin for ResponsesReasoning
impl UnsafeUnpin for ResponsesReasoning
impl UnwindSafe for ResponsesReasoning
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more