1 2 3 4 5 6
//! Shared text helpers for CLI rendering. //! //! Copyright (c) systemprompt.io — Business Source License 1.1. //! See <https://systemprompt.io> for licensing details. pub use systemprompt_models::text::truncate_with_ellipsis;