pub struct CallMeta {
pub context: Option<String>,
pub reason: Option<String>,
}Expand description
Metadata for an outbound call — context and reason injected into the first prompt.
Fields§
§context: Option<String>§reason: Option<String>Auto Trait Implementations§
impl Freeze for CallMeta
impl RefUnwindSafe for CallMeta
impl Send for CallMeta
impl Sync for CallMeta
impl Unpin for CallMeta
impl UnsafeUnpin for CallMeta
impl UnwindSafe for CallMeta
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