[router] add reasoning parser base structure (#9310)
Co-authored-by: Chang Su <chang.s.su@oracle.com>
This commit is contained in:
7
sgl-router/src/reasoning_parser/mod.rs
Normal file
7
sgl-router/src/reasoning_parser/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod factory;
|
||||
pub mod parsers;
|
||||
pub mod traits;
|
||||
|
||||
pub use factory::{ParserFactory, ParserRegistry};
|
||||
pub use parsers::BaseReasoningParser;
|
||||
pub use traits::{ParseError, ParserResult, ReasoningParser};
|
||||
Reference in New Issue
Block a user