pub enum AiEvent {
ToolCall {
tool: String,
input: String,
},
}Expand description
Real-time events emitted during an AI request.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiEvent
impl RefUnwindSafe for AiEvent
impl Send for AiEvent
impl Sync for AiEvent
impl Unpin for AiEvent
impl UnsafeUnpin for AiEvent
impl UnwindSafe for AiEvent
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