Files
AutoGPT/autogpt_platform/backend
Nicholas Tindle ed26d81c2b fix(backend): strip MIME fragment from workspace URI before resolving file ID
store_media_file() appends #mimeType fragments to workspace URIs on output
(e.g. workspace://abc123#video/mp4). When a downstream block receives this
URI as input, the same function was using "abc123#video/mp4" as a file ID,
which fails. Add parse_workspace_uri() utility to cleanly separate the file
ID from the MIME fragment, fixing block-to-block file passing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 18:24:43 -06:00
..