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 21f39ae commit 70af3cfCopy full SHA for 70af3cf
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/vertexai-gemini-chat.adoc
@@ -130,7 +130,7 @@ Below is a simple code example extracted from https://github.com/spring-projects
130
----
131
byte[] data = new ClassPathResource("/vertex-test.png").getContentAsByteArray();
132
133
-var userMessage = new UserMessage("Explain what do you see o this picture?",
+var userMessage = new UserMessage("Explain what do you see on this picture?",
134
List.of(new Media(MimeTypeUtils.IMAGE_PNG, data)));
135
136
ChatResponse response = chatModel.call(new Prompt(List.of(userMessage)));
0 commit comments