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 6a19c2e commit 69a5d8eCopy full SHA for 69a5d8e
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc
@@ -314,7 +314,7 @@ Flux<String> flux = this.chatClient.prompt()
314
315
String content = this.flux.collectList().block().stream().collect(Collectors.joining());
316
317
-List<ActorFilms> actorFilms = this.converter.convert(this.content);
+List<ActorsFilms> actorFilms = this.converter.convert(this.content);
318
----
319
320
== Prompt Templates
0 commit comments