- format_chunk ABC 改为 (token, **kwargs),body/token_ids 通过 kw 传入 - ProtocolHandler._handle_stream 逐 token encode 并透传 - Anthropic builder 用 **kwargs 吸收不使用的参数,零变更 - 新增 3 个 token_ids 参数测试 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_cache.py | ||
| test_engine.py | ||
| test_protocol.py | ||
| test_sample.py | ||
| test_scheduler.py | ||
| test_server.py | ||
| test_task.py | ||
| test_tool_parser.py | ||