Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output URLs are sometimes files that do not exist #1412

Closed
2 tasks
Josh-XT opened this issue Mar 10, 2025 · 0 comments · Fixed by #1413
Closed
2 tasks

Output URLs are sometimes files that do not exist #1412

Josh-XT opened this issue Mar 10, 2025 · 0 comments · Fixed by #1413
Assignees

Comments

@Josh-XT
Copy link
Owner

Josh-XT commented Mar 10, 2025

Description

Output URLs are sometimes files that do not exist. The model is not referencing the correct file from its workspace. We need to check if the file it is referencing exists prior to sending the response and update and incorrect links with the most similar file in the agent's conversation workspace.

For example, with the 3D Modeling extension, the LLM gave the wrong link in the final response even with the correct link in context.

Here is a screenshot:

Image

With the correct link /outputs/dd53f240-27aa-4213-87e2-5fc3847a9e3c/3af34fa0-91f3-4903-b742-548a9694467e//model_20250214_131224.stl.

The final chat message uses a broken link: /outputs/dd53f240-27aa-4213-87e2-5fc3847a9e3c/3af34fa0-91f3-4903-b742-548a9694467e/cube_20x20x20.stl and that triggers a 500 internal server error instead of 404 not found when it's opened.

So two issues:

  • The chain produces bad output (invalid link).
  • The file serving system makes an unhandled exception if the file isn't found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant