You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep a Responses turn inside an unfinished Codex goal as commentary rather than final_answer, so the client continues the turn until an update_goal output reports complete or blocked
Fixed
Stream a custom tool's input over response.custom_tool_call_input.delta and .done instead of response.function_call_arguments, and name it by the item id the surrounding output_item events announced
Carry an input_image block through the Responses input converter; the image was flattened away before the upload step the path already had
Read a Responses input_image url as the bare string the API sends, and accept the input_text and output_text block names
Changed
Keep the custom declaration when one tool name is declared both freeform and as a function, because a freeform body is not the JSON a client parses in function-call arguments