add retry

This commit is contained in:
Adil Hafeez 2025-09-17 17:53:19 -07:00
parent 71658ddbd9
commit a3f93de85d
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
7 changed files with 29 additions and 9 deletions

View file

@ -29,3 +29,4 @@ pub const HALLUCINATION_TEMPLATE: &str =
pub const OTEL_COLLECTOR_HTTP: &str = "opentelemetry_collector_http";
pub const OTEL_POST_PATH: &str = "/v1/traces";
pub const LLM_ROUTE_HEADER: &str = "x-arch-llm-route";
pub const ENVOY_RETRY_HEADER: &str = "x-envoy-max-retries";