mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
- 在 FormatConversionRegistry.convert_request 前统一修复 InternalRequest 中空的 tool_id/tool_use_id - 为空 ID 自动生成 call_auto_N,并将 tool_result 关联到最近待匹配的 tool_call - 修正 OpenAICliNormalizer 中 function_call_output 的内部角色为 USER,确保输出 openai:chat 时保留 tool_call_id - 新增 openai:cli <-> openai:chat 空 call_id 回归测试,覆盖工具调用关联场景