artificial-types 0.4.0

Reusable prompt fragments and helper types for the Artificial prompt-engineering SDK
Documentation
1
2
3
4
5
mod current_date;
mod static_fragment;

pub use current_date::CurrentDateFragment;
pub use static_fragment::StaticFragment;