From d2bf0c88388368b0103a37684b35d36c327adea5 Mon Sep 17 00:00:00 2001 From: Manas Hejmadi Date: Sun, 31 Aug 2025 03:40:43 +0530 Subject: [PATCH] IntRepGen: prompt change to use direct_image_links --- lib/services/agentic_services/agents/intermediate_rep_gen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/agentic_services/agents/intermediate_rep_gen.dart b/lib/services/agentic_services/agents/intermediate_rep_gen.dart index 4b61ea3e..d9272ebd 100644 --- a/lib/services/agentic_services/agents/intermediate_rep_gen.dart +++ b/lib/services/agentic_services/agents/intermediate_rep_gen.dart @@ -24,6 +24,7 @@ Your task is to analyze the given API response (`API_RESPONSE`) and return a **U - Use Cards to group related info - Add short labels to explain each component's purpose - Only use allowed elements — no custom widgets or other components +- if there are actual image links in the incoming data, please use them You must **include alignment information** where relevant, using the following format: [ElementType] Label (alignment: ..., mainAxis: ..., crossAxis: ...)