Skip to main content

LanguageModelClientInterface

Trait LanguageModelClientInterface 

Source
pub trait LanguageModelClientInterface<E>:
    RetrieveBatchById<Error = E>
    + GetBatchFileContent<Error = E>
    + UploadBatchFileCore<Error = E>
    + CreateBatch<Error = E>
    + WaitForBatchCompletion<Error = E>
    + Send
    + Sync
    + Debug
where E: Debug,
{ }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§