From 7f8822fdea8ee653f9769ca0dc214470d7c2a30d Mon Sep 17 00:00:00 2001 From: Cameron Kirk Date: Sun, 2 Jun 2024 08:30:50 -0700 Subject: [PATCH] Fix typo chatclient.adoc --- .../src/main/antora/modules/ROOT/pages/api/chatclient.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc index 70922b36c..c90c2fab2 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc @@ -11,7 +11,7 @@ The AI model processes two main types of messages: user messages, which are dire These messages often contain placeholders that are substituted at runtime based on user input to customize the response of the AI model to the user input. -There are also Prompt options that can be specified., such as the name of the AI Model to use and the temperature setting that controls the randomness or creativity of the generated output. +There are also Prompt options that can be specified, such as the name of the AI Model to use and the temperature setting that controls the randomness or creativity of the generated output. == Creating a ChatClient