pub struct StructuredResponse {
pub tool_call: bool,
pub content: String,
}
Fields§
§tool_call: bool
§content: String
Trait Implementations§
Source§impl Debug for StructuredResponse
impl Debug for StructuredResponse
Auto Trait Implementations§
impl Freeze for StructuredResponse
impl RefUnwindSafe for StructuredResponse
impl Send for StructuredResponse
impl Sync for StructuredResponse
impl Unpin for StructuredResponse
impl UnwindSafe for StructuredResponse
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