pub struct AiService { /* private fields */ }Expand description
AI service for ADR generation and enhancement.
Implementations§
Source§impl AiService
impl AiService
Sourcepub fn new(config: ProviderConfig) -> Self
pub fn new(config: ProviderConfig) -> Self
Create a new AI service with the given configuration.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiService
impl RefUnwindSafe for AiService
impl Send for AiService
impl Sync for AiService
impl Unpin for AiService
impl UnwindSafe for AiService
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