AIClient-2-API/src/providers/openai
wsyh4567 4ee01706aa fix: Responses API 工具调用事件格式错误导致 Codex CLI 无法多轮工作
修复 6 个问题:

1. requestId 未传入 convertStreamChunk, 每个 chunk 生成新 UUID,
   导致 state 不共享, response.completed 时 fullText 为空
2. TOTAL_CONTEXT_TOKENS=1000000 但 Claude 实际上下文只有 200K,
   token 数虚报 5 倍触发异常压缩
3. 默认模型名硬编码为 gpt-4.1-2025-04-14
4. 工具调用参数事件类型用了 response.custom_tool_call_input.delta,
   应为 response.function_call_arguments.delta
5. response.completed 的 output 只有空 message, 缺少 function_call 项,
   Codex 收不到工具调用结果无法进入多轮
6. 缺少 response.function_call_arguments.done 和工具专属
   response.output_item.done 事件
2026-03-28 11:40:29 +08:00
..
codex-core.js feat: 增强TLS sidecar支持并更新模型列表 2026-03-16 18:26:16 +08:00
codex-responses-strategy.js feat: 增强模型支持和修复流处理问题 2026-02-13 20:47:47 +08:00
iflow-core.js feat(grok): 添加资源代理功能并优化用量显示 2026-03-01 23:55:07 +08:00
openai-core.js feat: 增强TLS sidecar支持并更新模型列表 2026-03-16 18:26:16 +08:00
openai-responses-core.js feat: 增强TLS sidecar支持并更新模型列表 2026-03-16 18:26:16 +08:00
openai-responses-core.mjs fix: Responses API 工具调用事件格式错误导致 Codex CLI 无法多轮工作 2026-03-28 11:40:29 +08:00
openai-responses-strategy.js feat(logging): 添加日志系统配置和下载功能 2026-01-25 17:24:39 +08:00
openai-strategy.js feat(logging): 添加日志系统配置和下载功能 2026-01-25 17:24:39 +08:00
qwen-core.js feat: 增强TLS sidecar支持并更新模型列表 2026-03-16 18:26:16 +08:00