修订后的提示词
在使用 Responses API 中的图像生成工具时,主线模型(例如 gpt-5.5)会自动修订您的提示词,以提升性能。
你可以在图像生成调用的 revised_prompt 字段中查看修订后的提示词:
{
"id": "ig_123",
"type": "image_generation_call",
"status": "completed",
"revised_prompt": "A gray tabby cat hugging an otter. The otter is wearing an orange scarf. Both animals are cute and friendly, depicted in a warm, heartwarming style.",
"result": "..."
}
