mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-05 04:15:08 -05:00
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>