Re-exports§
pub use crate::record::RecordAt;
Modules§
Structs§
- Message
- Model
- Model
Raw - There are 2 types for models:
Model
andModelRaw
. I know it’s confusing, I’m sorry.Model
is the type ragit internally uses andModelRaw
is only for json serialization. Long time ago, there was onlyModel
type. But then I implementedmodels.json
interface. I wanted people to directly edit the json file and found thatModel
isn’t intuitive to edit directly. So I added this struct. - Request
- Response
- Schema
Enums§
- ApiProvider
- Error
- Image
Type - Json
Type - This enum is solely for error messages.
- Message
Content - Role