From df9b2abf843f2aae8a91ec1e892dbb2e790f272e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 15 Oct 2025 23:11:49 +0200 Subject: [PATCH] chore(gallery agent): Use real readme for selection Signed-off-by: Ettore Di Giacinto --- .github/gallery-agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/gallery-agent/agent.go b/.github/gallery-agent/agent.go index 2cddb5ddc..cf27797dd 100644 --- a/.github/gallery-agent/agent.go +++ b/.github/gallery-agent/agent.go @@ -100,7 +100,7 @@ Return your analysis and selection reasoning.`) } if model.ReadmeContent != "" { - modelsInfo += fmt.Sprintf(" README Preview: %s\n", model.ReadmeContentPreview) + modelsInfo += fmt.Sprintf(" README: %s\n", model.ReadmeContent) } if model.ProcessingError != "" {