[router]restructure protocol modules for better organization (#9321)
This commit is contained in:
6
sgl-router/src/protocols/mod.rs
Normal file
6
sgl-router/src/protocols/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
// Protocol definitions and validation for various LLM APIs
|
||||
// This module provides a structured approach to handling different API protocols
|
||||
|
||||
pub mod common;
|
||||
pub mod generate;
|
||||
pub mod openai;
|
||||
Reference in New Issue
Block a user