fix(llm): emit structured input_image content for tool-result media in OpenAI Responses (#28754)

This commit is contained in:
Kit Langton
2026-05-22 12:23:23 -04:00
committed by GitHub
parent 59e486a917
commit 700d012025
5 changed files with 224 additions and 2 deletions
@@ -87,6 +87,7 @@ describeRecordedGoldenScenarios([
{ id: "reasoning-continuation", temperature: false },
{ id: "tool-call", temperature: false },
{ id: "tool-loop", temperature: false },
{ id: "image-tool-result", temperature: false, maxTokens: 40 },
],
},
{