We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582114b commit df9b2abCopy full SHA for df9b2ab
.github/gallery-agent/agent.go
@@ -100,7 +100,7 @@ Return your analysis and selection reasoning.`)
100
}
101
102
if model.ReadmeContent != "" {
103
- modelsInfo += fmt.Sprintf(" README Preview: %s\n", model.ReadmeContentPreview)
+ modelsInfo += fmt.Sprintf(" README: %s\n", model.ReadmeContent)
104
105
106
if model.ProcessingError != "" {
0 commit comments