pub struct ReasoningItemSummary {
pub text: String,
}
Fields§
§text: String
A short summary of the reasoning used by the model when generating the response.
Implementations§
Trait Implementations§
Source§impl Clone for ReasoningItemSummary
impl Clone for ReasoningItemSummary
Source§fn clone(&self) -> ReasoningItemSummary
fn clone(&self) -> ReasoningItemSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReasoningItemSummary
impl Debug for ReasoningItemSummary
Source§impl<'de> Deserialize<'de> for ReasoningItemSummary
impl<'de> Deserialize<'de> for ReasoningItemSummary
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
Source§impl PartialEq for ReasoningItemSummary
impl PartialEq for ReasoningItemSummary
Source§impl Serialize for ReasoningItemSummary
impl Serialize for ReasoningItemSummary
impl StructuralPartialEq for ReasoningItemSummary
Auto Trait Implementations§
impl Freeze for ReasoningItemSummary
impl RefUnwindSafe for ReasoningItemSummary
impl Send for ReasoningItemSummary
impl Sync for ReasoningItemSummary
impl Unpin for ReasoningItemSummary
impl UnwindSafe for ReasoningItemSummary
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