Replies: 1 comment
-
hi, I'm sorry for it, but this mimetype is not supported yet, our frontend has not implemented a solution for docx, pptx, xlsx, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I’m currently working on a built-in tool designed to send a POST HTTP request to a backend service, which in turn returns a .docx file. I’ve implemented the tool as follows:
The tool does generate a document, which is stored at the following path:
\api\storage\tools\bb445406-e22d-4b68-af4f8-d402a7f85afb\79ecf6cadaef45209847b38a8bf3f1b3.docx
.However, the LLM responds with a ‘result link’ that points to
/files/tools/177629c4-8de8-4140-938b-a952d94d7d6d.docx
, which I cannot locate in my directory. Furthermore, when I attempt to access this URL, it results in a 404 error.Could you please assist me in resolving this issue? I’m not sure why the LLM is providing an incorrect file path, and I would appreciate any guidance on how to correctly link to the generated document.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions