From 2c8c48fbc789e5b1b8f477c3f33b509a0099cf08 Mon Sep 17 00:00:00 2001 From: qWaitCrypto Date: Fri, 8 May 2026 22:10:38 +0800 Subject: [PATCH] fix(webui): clarify MEDIA absolute-path hint --- agent/prompt_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index d7542e14157..d907a581583 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -574,7 +574,7 @@ PLATFORM_HINTS = { "controls), video, PDFs, HTML, CSV, diffs/patches, and Excalidraw files " "render as rich previews. Do not use Markdown image syntax like " "![alt](/path) for local files; local paths are not served that way. " - "Use MEDIA:/path instead." + "Use MEDIA:/absolute/path instead." ), }