mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 04:16:54 +08:00
fix: slidespeak text output is not the download link (#10997)
This commit is contained in:
@@ -149,7 +149,7 @@ class SlidesGeneratorTool(BuiltinTool):
|
|||||||
presentation_bytes = await self._fetch_presentation(session, download_url)
|
presentation_bytes = await self._fetch_presentation(session, download_url)
|
||||||
|
|
||||||
return [
|
return [
|
||||||
self.create_text_message("Presentation generated successfully"),
|
self.create_text_message(download_url),
|
||||||
self.create_blob_message(
|
self.create_blob_message(
|
||||||
blob=presentation_bytes,
|
blob=presentation_bytes,
|
||||||
meta={"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"},
|
meta={"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"},
|
||||||
|
|||||||
Reference in New Issue
Block a user