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 6638efe commit 0e8b696Copy full SHA for 0e8b696
spring-ai-core/src/main/java/org/springframework/ai/image/ImageMessage.java
@@ -42,7 +42,7 @@ public Float getWeight() {
42
43
@Override
44
public String toString() {
45
- return "mageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
+ return "ImageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
46
}
47
48
0 commit comments