Skip to content

Commit 1d6bcbc

Browse files
cowboysjtzolov
authored andcommitted
docs : correct typo from "o" to "on" in vertexai-gemini-chat.adoc
1 parent 94dc1a6 commit 1d6bcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/vertexai-gemini-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Below is a simple code example extracted from https://github.com/spring-projects
138138
----
139139
byte[] data = new ClassPathResource("/vertex-test.png").getContentAsByteArray();
140140
141-
var userMessage = new UserMessage("Explain what do you see o this picture?",
141+
var userMessage = new UserMessage("Explain what do you see on this picture?",
142142
List.of(new Media(MimeTypeUtils.IMAGE_PNG, data)));
143143
144144
ChatResponse response = chatModel.call(new Prompt(List.of(userMessage)));

0 commit comments

Comments
 (0)