-
Couldn't load subscription status.
- Fork 281
Open
Description
Small issue, not sure if it classifies as a full bug, but when running tools through connected apps on ChatGPT, the client seems to be
omitting any image content within responses. For example in a response similar to:
"content": [
{
"type": "text",
"text": "Here is the image you requested:"
},
{
"type": "image",
"data": base64Data,
"mimeType": "image/png"
}
],When using tools such as MCP inspector, the response is retrieved normally and contains both the text content and image content, but within ChatGPT the image is omitted and only this response is visible in the client:
{"text":"Here is the image you requested:"}Are there any workarounds for this, or is it something that hasn't been implemented yet?
andreibarabas and lionkeng
Metadata
Metadata
Assignees
Labels
No labels