Skip to content

Commit 70af3cf

Browse files
authored
docs : correct typo from "o" to "on" in vertexai-gemini-chat.adoc
1 parent 21f39ae commit 70af3cf

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
@@ -130,7 +130,7 @@ Below is a simple code example extracted from https://github.com/spring-projects
130130
----
131131
byte[] data = new ClassPathResource("/vertex-test.png").getContentAsByteArray();
132132
133-
var userMessage = new UserMessage("Explain what do you see o this picture?",
133+
var userMessage = new UserMessage("Explain what do you see on this picture?",
134134
List.of(new Media(MimeTypeUtils.IMAGE_PNG, data)));
135135
136136
ChatResponse response = chatModel.call(new Prompt(List.of(userMessage)));

0 commit comments

Comments
 (0)