pub struct KeyInfo {
pub has_decision: bool,
pub has_error: bool,
pub has_tool_use: bool,
pub has_code: bool,
pub tool_names: Vec<String>,
}Expand description
Key information extracted from a message.
Fields§
§has_decision: bool§has_error: bool§has_tool_use: bool§has_code: bool§tool_names: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyInfo
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnsafeUnpin for KeyInfo
impl UnwindSafe for KeyInfo
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