[router] add reasoning parser base structure (#9310)

Co-authored-by: Chang Su <chang.s.su@oracle.com>
This commit is contained in:
Simo Lin
2025-08-18 09:26:09 -07:00
committed by GitHub
parent 24247b4168
commit 6e316588f8
7 changed files with 756 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ pub mod metrics;
pub mod middleware;
pub mod openai_api_types;
pub mod policies;
pub mod reasoning_parser;
pub mod routers;
pub mod server;
pub mod service_discovery;