[router] add glm and step3 reasoning parser (#9415)
This commit is contained in:
@@ -4,6 +4,7 @@ pub mod traits;
|
||||
|
||||
pub use factory::{ParserFactory, ParserRegistry, PooledParser};
|
||||
pub use parsers::{
|
||||
BaseReasoningParser, DeepSeekR1Parser, KimiParser, Qwen3Parser, QwenThinkingParser,
|
||||
BaseReasoningParser, DeepSeekR1Parser, Glm45Parser, KimiParser, Qwen3Parser,
|
||||
QwenThinkingParser, Step3Parser,
|
||||
};
|
||||
pub use traits::{ParseError, ParserConfig, ParserResult, ReasoningParser};
|
||||
|
||||
Reference in New Issue
Block a user