artificial-core 0.4.0

Provider-agnostic core traits, generic client and error types for the Artificial prompt-engineering SDK
Documentation
1
2
3
4
5
mod chat_complete;
pub use chat_complete::*;
mod prompt_execute;
pub use crate::generic::StreamingEventsProvider;
pub use prompt_execute::*;