I see that the Python version of LangChain includes VertexAIImageEditorChat
, which allows editing an entire uploaded or generated image using a text prompt. However, I haven’t found a similar feature in the TypeScript version. Are there any tools or integrations available in LangChain.js that support image editing—such as background removal or removing people from images? I’ve been trying to implement this kind of functionality.