[1/N] Initial Implementation of Parser for ResponsesAPI (#32712)

Signed-off-by: Andrew Xia <axia@fb.com>
Co-authored-by: Andrew Xia <axia@fb.com>
This commit is contained in:
Andrew Xia
2026-02-03 21:59:03 -05:00
committed by GitHub
parent 02080179a3
commit e1bf04b6c2
10 changed files with 772 additions and 61 deletions

View File

@@ -36,6 +36,7 @@ class MockHFConfig:
class MockModelConfig:
task = "generate"
runner_type = "generate"
model = MODEL_NAME
tokenizer = MODEL_NAME
trust_remote_code = False
tokenizer_mode = "auto"