fix(openai): preserve mcp tool call ids

This commit is contained in:
gaoren002
2026-04-24 13:24:21 +00:00
parent e65574dea9
commit 27ee141c1e
2 changed files with 33 additions and 0 deletions

View File

@@ -951,6 +951,7 @@ func isCodexToolCallItemType(typ string) bool {
"local_shell_call",
"tool_search_call",
"custom_tool_call",
"mcp_tool_call",
"function_call_output",
"mcp_tool_call_output",
"custom_tool_call_output",