pub struct TurnEnd {
pub turn: u32,
pub message: AssistantMessage,
}Expand description
Fired at the end of an agent turn.
Fields§
§turn: u32Turn number that completed.
message: AssistantMessageAssistant message produced during the turn.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TurnEnd
impl RefUnwindSafe for TurnEnd
impl Send for TurnEnd
impl Sync for TurnEnd
impl Unpin for TurnEnd
impl UnsafeUnpin for TurnEnd
impl UnwindSafe for TurnEnd
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