pub struct TraceCallLlmParams {
pub invocation_context: Value,
pub event_id: String,
pub llm_request: Value,
pub llm_response: Value,
}Fields§
§invocation_context: Value§event_id: String§llm_request: Value§llm_response: ValueTrait Implementations§
Source§impl Clone for TraceCallLlmParams
impl Clone for TraceCallLlmParams
Source§fn clone(&self) -> TraceCallLlmParams
fn clone(&self) -> TraceCallLlmParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TraceCallLlmParams
impl Debug for TraceCallLlmParams
Source§impl Default for TraceCallLlmParams
impl Default for TraceCallLlmParams
Source§fn default() -> TraceCallLlmParams
fn default() -> TraceCallLlmParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TraceCallLlmParams
impl RefUnwindSafe for TraceCallLlmParams
impl Send for TraceCallLlmParams
impl Sync for TraceCallLlmParams
impl Unpin for TraceCallLlmParams
impl UnwindSafe for TraceCallLlmParams
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