mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
V10
This commit is contained in:
@@ -27,13 +27,3 @@ pub trait ResponseDecoder {
|
||||
otel: &OtelEventManager,
|
||||
) -> Result<()>;
|
||||
}
|
||||
|
||||
/// Optional trait to expose rate limit parsing where needed.
|
||||
pub trait RateLimitProvider {
|
||||
fn parse(
|
||||
&self,
|
||||
_headers: &reqwest::header::HeaderMap,
|
||||
) -> Option<codex_protocol::protocol::RateLimitSnapshot> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user