[router] add glm and step3 reasoning parser (#9415)

This commit is contained in:
Chang Su
2025-08-20 18:33:10 -07:00
committed by GitHub
parent e65231022f
commit 5cfbb4c136
5 changed files with 265 additions and 8 deletions

View File

@@ -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};