fix: slidespeak text output is not the download link (#10997)

pull/11056/head
Kalo Chin 1 year ago committed by GitHub
parent b791a80b75
commit 684f6b2299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,7 +149,7 @@ class SlidesGeneratorTool(BuiltinTool):
presentation_bytes = await self._fetch_presentation(session, download_url)
return [
self.create_text_message("Presentation generated successfully"),
self.create_text_message(download_url),
self.create_blob_message(
blob=presentation_bytes,
meta={"mime_type": "application/vnd.openxmlformats-officedocument.presentationml.presentation"},

Loading…
Cancel
Save