spring-ai > spring-ai-core > src > main > java > org > springframework > image > ImageMessage

line 45 : return "mageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';

return "ImageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';

Comment From: tzolov

Thanks for catching and fixing this @PARK-afk