pub struct LlmClient { /* private fields */ }Expand description
The main client for interacting with LLM APIs.
The LlmClient struct provides a convenient way to make requests to LLM APIs using the
RequestBuilder. It internally uses the appropriate client implementation based on the
selected ClientLlm enum variant.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LlmClient
impl !UnwindSafe for LlmClient
impl Freeze for LlmClient
impl Send for LlmClient
impl Sync for LlmClient
impl Unpin for LlmClient
impl UnsafeUnpin for LlmClient
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