systemprompt-ai 0.1.19

Core AI module for systemprompt.io
Documentation
1
2
3
4
5
6
7
8
9
pub mod converters;
mod generation;
mod provider;
pub mod search;
mod streaming;
pub mod thinking;
mod trait_impl;

pub use provider::AnthropicProvider;