Skip to main content

systemprompt_cli/shared/
text.rs

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