mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
3 lines
131 B
Rust
3 lines
131 B
Rust
/// Known structured error codes returned by model providers.
|
|
pub const CONTEXT_LENGTH_EXCEEDED: &str = "context_length_exceeded";
|