//! Builders for constructing SDK requests.
//!
//! | Endpoint family | Format | Builders |
//! | --- | --- | --- |
//! | Term CRUD, query, fuzzy | Tagged `ValueDto` | [`Value`], [`FuzzyShape`] |
//! | Inference (rules, facts, chaining) | Untagged `TermInputDto` | [`psi`], [`psi_by_id`], [`var`], [`constrained`], [`term_ref`], [`guard`] |
pub use ;
pub use ;