chore: handled the deep nesting and made the code more readable

This commit is contained in:
Amitsingh Tanwar
2025-10-08 19:25:14 +05:30
parent 9070baba97
commit 4e18782c25
12 changed files with 559 additions and 327 deletions

View File

@ -164,7 +164,7 @@ pub const X_FLOW_NAME: &str = "x-flow";
pub const X_CONNECTOR_NAME: &str = "x-connector";
/// Unified Connector Service Mode
pub const X_UNIFIED_CONNECTOR_SERVICE_MODE: &str = "x-ucs-mode";
pub const X_UNIFIED_CONNECTOR_SERVICE_MODE: &str = "x-shadow-mode";
/// Chat Session ID
pub const X_CHAT_SESSION_ID: &str = "x-chat-session-id";