pub struct SessionHistorySummarizeForHandoffResult {
pub summary: String,
}Expand description
Markdown summary of the conversation context (empty when not available).
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§summary: StringMarkdown summary of the conversation context produced by an LLM. Empty string when there are no messages or when the session does not support local summarization.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SessionHistorySummarizeForHandoffResult
impl<'de> Deserialize<'de> for SessionHistorySummarizeForHandoffResult
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 SessionHistorySummarizeForHandoffResult
impl RefUnwindSafe for SessionHistorySummarizeForHandoffResult
impl Send for SessionHistorySummarizeForHandoffResult
impl Sync for SessionHistorySummarizeForHandoffResult
impl Unpin for SessionHistorySummarizeForHandoffResult
impl UnsafeUnpin for SessionHistorySummarizeForHandoffResult
impl UnwindSafe for SessionHistorySummarizeForHandoffResult
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