Skip to content

Commit a22e62d

Browse files
Changes related to typo mistake in chat client documentation (#980)
Resolves #966
1 parent 9e5eff1 commit a22e62d

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/chatclient.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ There is also an overloaded `entity` method with the signature `entity(Parameter
115115
List<ActorFilms> actorFilms = chatClient.prompt()
116116
.user("Generate the filmography of 5 movies for Tom Hanks and Bill Murray.")
117117
.call()
118-
.entity(new ParameterizedTypeReference<List<ActorsFilms>>() {
118+
.entity(new ParameterizedTypeReference<List<ActorFilms>>() {
119119
});
120120
----
121121

0 commit comments

Comments
 (0)