pub struct AgentDecl {
pub name: String,
pub properties: HashMap<String, Expression>,
pub capabilities: Option<Vec<String>>,
pub backstory: Option<BackstoryBlock>,
pub tools: Option<Vec<String>>,
}
Fields§
§name: String
§properties: HashMap<String, Expression>
§capabilities: Option<Vec<String>>
§backstory: Option<BackstoryBlock>
§tools: Option<Vec<String>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentDecl
impl RefUnwindSafe for AgentDecl
impl Send for AgentDecl
impl Sync for AgentDecl
impl Unpin for AgentDecl
impl UnwindSafe for AgentDecl
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