From 5024933852922bdd0b68d4e8d0ba3dc8d5661251 Mon Sep 17 00:00:00 2001 From: John Costa Date: Tue, 29 Jul 2025 15:40:11 +0100 Subject: [PATCH] feat: making the description markdown --- backend/agents/description_agent.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/agents/description_agent.go b/backend/agents/description_agent.go index 826e5fb..169f645 100644 --- a/backend/agents/description_agent.go +++ b/backend/agents/description_agent.go @@ -15,6 +15,9 @@ You are an AI agent who's job is to describe the image you see. You should also add any text you see in the image, if no text exists, just add a description. Be consise and don't add too much extra information or formatting characters, simple text. + +You must write this text in Markdown. You can add extra information for the user. +You must organise this text nicely, not be all over the place. ` type DescriptionAgent struct {