#[non_exhaustive]pub enum StepEventKind {
CompletionCall,
CompletionResponse,
ModelTurnFinished,
InvalidToolCall,
ToolCall,
ToolResult,
TextDelta,
ToolCallDelta,
StreamResponseFinish,
}Expand description
Hook event kind used only as an observation performance hint.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
CompletionCall
CompletionResponse
ModelTurnFinished
InvalidToolCall
ToolCall
ToolResult
TextDelta
ToolCallDelta
StreamResponseFinish
Trait Implementations§
Source§impl Clone for StepEventKind
impl Clone for StepEventKind
Source§fn clone(&self) -> StepEventKind
fn clone(&self) -> StepEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StepEventKind
Source§impl Debug for StepEventKind
impl Debug for StepEventKind
impl Eq for StepEventKind
Source§impl Hash for StepEventKind
impl Hash for StepEventKind
Source§impl PartialEq for StepEventKind
impl PartialEq for StepEventKind
impl StructuralPartialEq for StepEventKind
Auto Trait Implementations§
impl Freeze for StepEventKind
impl RefUnwindSafe for StepEventKind
impl Send for StepEventKind
impl Sync for StepEventKind
impl Unpin for StepEventKind
impl UnsafeUnpin for StepEventKind
impl UnwindSafe for StepEventKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
fn clone_storage(&self) -> Box<dyn CloneDebuggableStorage>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CloneableStorage for T
impl<T> CloneableStorage for T
fn clone_storage(&self) -> Box<dyn CloneableStorage>
impl<T> DebuggableStorage for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.