Frontend language separate reasoning support (#6031)

This commit is contained in:
Yudi Xue
2025-06-10 17:11:29 -07:00
committed by GitHub
parent 90bd3e32d6
commit 14c18d25df
9 changed files with 822 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ suites = {
TestFile("test_srt_backend.py"),
# Skip this due to some OPENAI_API_KEY issues
# "test_openai_backend.py",
TestFile("test_separate_reasoning.py"),
TestFile("test_separate_reasoning_execution.py"),
],
}