chore: snapshot in-progress question-gen work before preflight fixes

This commit is contained in:
2026-07-16 04:12:21 -04:00
parent 11a5545f57
commit a4c429b247
39 changed files with 738 additions and 283 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ def _streaming_result(content: str, thinking: str = "") -> tuple:
return (
content,
thinking,
50.0, # ttft_ms
10.0, # max_inter_token_ms
50.0, # ttft_ms
10.0, # max_inter_token_ms
{"prompt_tokens": 10, "completion_tokens": 5},
)