openai[minor]: add image generation to responses api (#31424)

Does not support partial images during generation at the moment. Before
doing that I'd like to figure out how to specify the aggregation logic
without requiring changes in core.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Eugene Yurtsev
2025-06-02 10:03:54 -04:00
committed by GitHub
parent 9a78246d29
commit 17f34baa88
6 changed files with 1575 additions and 1418 deletions

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.61",
"langchain-core<1.0.0,>=0.3.63",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]