Skip to content

Commit 684f6b2

Browse files
authored
fix: slidespeak text output is not the download link (langgenius#10997)
1 parent b791a80 commit 684f6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/core/tools/provider/builtin/slidespeak/tools/slides_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async def async_invoke():
149149
presentation_bytes = await self._fetch_presentation(session, download_url)
150150

151151
return [
152-
self.create_text_message("Presentation generated successfully"),
152+
self.create_text_message(download_url),
153153
self.create_blob_message(
154154
blob=presentation_bytes,
155155
meta={"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"},

0 commit comments

Comments
 (0)