pub struct AgentMethods {
pub new_session: &'static str,
pub load_session: &'static str,
pub prompt: &'static str,
pub session_update: &'static str,
}
Fields§
§new_session: &'static str
§load_session: &'static str
§prompt: &'static str
§session_update: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentMethods
impl RefUnwindSafe for AgentMethods
impl Send for AgentMethods
impl Sync for AgentMethods
impl Unpin for AgentMethods
impl UnwindSafe for AgentMethods
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