pub struct AgentBuilder<T: LLMBackend = OpenAI> { /* private fields */ }Implementations§
Source§impl<T: LLMBackend> AgentBuilder<T>
impl<T: LLMBackend> AgentBuilder<T>
Trait Implementations§
Source§impl<T: LLMBackend> Debug for AgentBuilder<T>
impl<T: LLMBackend> Debug for AgentBuilder<T>
Source§impl<T: LLMBackend> Default for AgentBuilder<T>
impl<T: LLMBackend> Default for AgentBuilder<T>
Auto Trait Implementations§
impl<T = OpenAI> !RefUnwindSafe for AgentBuilder<T>
impl<T = OpenAI> !UnwindSafe for AgentBuilder<T>
impl<T> Freeze for AgentBuilder<T>
impl<T> Send for AgentBuilder<T>
impl<T> Sync for AgentBuilder<T>
impl<T> Unpin for AgentBuilder<T>
impl<T> UnsafeUnpin for AgentBuilder<T>where
Option<T>: UnsafeUnpin,
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