mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
- move the shared byte-based middle truncation logic from `core` into `codex-utils-string` - keep token-specific truncation in `codex-core` so rollout can reuse the shared helper in the next stacked PR --------- Co-authored-by: Codex <noreply@openai.com>
7 lines
143 B
Python
7 lines
143 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "output-truncation",
|
|
crate_name = "codex_utils_output_truncation",
|
|
)
|