pub struct ActorCallArgs {
pub agent: String,
pub prompt: String,
pub raw: bool,
}Fields§
§agent: StringAgent id (exact) or role (first live match) to call.
prompt: String§raw: boolAuto Trait Implementations§
impl Freeze for ActorCallArgs
impl RefUnwindSafe for ActorCallArgs
impl Send for ActorCallArgs
impl Sync for ActorCallArgs
impl Unpin for ActorCallArgs
impl UnsafeUnpin for ActorCallArgs
impl UnwindSafe for ActorCallArgs
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