chat-core 0.2.1

Core library for chat-rs
Documentation
1
2
3
4
5
6
7
pub struct NoModel;
pub struct WithModel<P>(pub(crate) P);

pub struct Unstructured;
pub struct Structured<T>(pub(crate) std::marker::PhantomData<T>);
pub struct Streamed;
pub struct Embedded;