Fix stream reasoning parser and Adds Kimi reasoning parser (#7432)

Signed-off-by: Xinyuan Tong <justinning0323@outlook.com>
This commit is contained in:
Xinyuan Tong
2025-06-29 14:39:05 -07:00
committed by GitHub
parent b2264076dc
commit 8f335b5bd6
4 changed files with 432 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ repos:
- id: codespell
additional_dependencies: ['tomli']
args: ['--toml', 'python/pyproject.toml']
exclude: test/srt/test_reasoning_parser.py # Exclude the test file that is expected to fail
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
hooks: