rig-core 0.35.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Core integration tests that are not provider-specific.
//!
//! Run the target with:
//! `cargo test -p rig-core --test core`
//!
//! Run a single test with:
//! `cargo test -p rig-core --test core core::prompt_response_messages::standard_prompt_returns_string`

#[path = "core/mod.rs"]
mod core;
#[path = "common/reasoning.rs"]
mod reasoning;