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 94dc1a6 commit 1d6bcbcCopy full SHA for 1d6bcbc
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/vertexai-gemini-chat.adoc
@@ -138,7 +138,7 @@ Below is a simple code example extracted from https://github.com/spring-projects
138
----
139
byte[] data = new ClassPathResource("/vertex-test.png").getContentAsByteArray();
140
141
-var userMessage = new UserMessage("Explain what do you see o this picture?",
+var userMessage = new UserMessage("Explain what do you see on this picture?",
142
List.of(new Media(MimeTypeUtils.IMAGE_PNG, data)));
143
144
ChatResponse response = chatModel.call(new Prompt(List.of(userMessage)));
0 commit comments