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 {