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