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 9e5eff1 commit a22e62dCopy full SHA for a22e62d
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc
@@ -115,7 +115,7 @@ There is also an overloaded `entity` method with the signature `entity(Parameter
115
List<ActorFilms> actorFilms = chatClient.prompt()
116
.user("Generate the filmography of 5 movies for Tom Hanks and Bill Murray.")
117
.call()
118
- .entity(new ParameterizedTypeReference<List<ActorsFilms>>() {
+ .entity(new ParameterizedTypeReference<List<ActorFilms>>() {
119
});
120
----
121
0 commit comments