rig 0.38.2

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "derive")]
mod embed_macro;
mod loaders;
mod prompt_response_messages;
mod provider_layout;
mod reasoning_stream_stats;
#[cfg(feature = "derive")]
mod tool_macro;