fix consts and tests

This commit is contained in:
Adil Hafeez 2025-12-18 13:54:44 -08:00
parent a86ffd3f49
commit 52a5fa2456
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 6 additions and 18 deletions

View file

@ -33,3 +33,4 @@ 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";
pub const BRIGHT_STAFF_SERVICE_NAME : &str = "brightstaff";
pub const PLANO_ORCHESTRATOR_MODEL_NAME: &str = "Plano-Orchestrator";