From ea3f5f22d23acd151b3bddb64bbc92a10fb7392a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 28 Jun 2026 22:09:15 -0500 Subject: [PATCH] refac --- backend/open_webui/tools/builtin.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/open_webui/tools/builtin.py b/backend/open_webui/tools/builtin.py index 8c341b0658..42c27206a7 100644 --- a/backend/open_webui/tools/builtin.py +++ b/backend/open_webui/tools/builtin.py @@ -359,10 +359,9 @@ async def edit_image( __message_id__: str = None, ) -> str: """ - Edit existing images based on a text prompt. + Transform one or more existing images according to a text prompt. - :param prompt: A description of the changes to make to the images - :param image_urls: A list of URLs of the images to edit + :param prompt: A description of the transformation to apply to the provided images :return: Confirmation that the images were edited, or an error message """ if __request__ is None: