[router] add dsr1, kimi, and qwen reasoning parser (#9353)
This commit is contained in:
@@ -3,5 +3,7 @@ pub mod parsers;
|
||||
pub mod traits;
|
||||
|
||||
pub use factory::{ParserFactory, ParserRegistry};
|
||||
pub use parsers::BaseReasoningParser;
|
||||
pub use traits::{ParseError, ParserResult, ReasoningParser};
|
||||
pub use parsers::{
|
||||
BaseReasoningParser, DeepSeekR1Parser, KimiParser, Qwen3Parser, QwenThinkingParser,
|
||||
};
|
||||
pub use traits::{ParseError, ParserConfig, ParserResult, ReasoningParser};
|
||||
|
||||
Reference in New Issue
Block a user