[router] add kimi-k2 tool parser (#9702)

Co-authored-by: Chang Su <chang.s.su@oracle.com>
This commit is contained in:
Simo Lin
2025-08-27 11:04:55 -07:00
committed by GitHub
parent 6f6beca49d
commit 5c06dcb75a
5 changed files with 440 additions and 4 deletions

View File

@@ -25,5 +25,6 @@ pub use types::{FunctionCall, PartialToolCall, StreamResult, TokenConfig, ToolCa
// Re-export parsers for convenience
pub use parsers::{
DeepSeekParser, JsonParser, LlamaParser, MistralParser, PythonicParser, QwenParser, Step3Parser,
DeepSeekParser, JsonParser, KimiK2Parser, LlamaParser, MistralParser, PythonicParser,
QwenParser, Step3Parser,
};