pub struct AgentConfig {
pub name: String,
pub description: String,
pub id: AgentID,
pub output_schema: Option<StructuredOutputFormat>,
}Fields§
§name: StringThe agent’s name
description: StringThe agent’s description
id: AgentIDThe Agent ID
output_schema: Option<StructuredOutputFormat>The output schema for the agent
Auto Trait Implementations§
impl Freeze for AgentConfig
impl RefUnwindSafe for AgentConfig
impl Send for AgentConfig
impl Sync for AgentConfig
impl Unpin for AgentConfig
impl UnwindSafe for AgentConfig
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