From f89aa3bcdbbd7cf5ea1cb6f5f1ccf3ca51558133 Mon Sep 17 00:00:00 2001 From: cocomongg Date: Sat, 8 Jun 2024 22:15:45 +0900 Subject: [PATCH] Fix typo: Change 'context' to 'content --- .../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 4c7c298ce..67a16ee48 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 @@ -45,7 +45,7 @@ class MyController { ---- In this simple example, the user input sets the contents of the user message. -The call method sends a request to the AI model, and the context method returns the AI model's response as a String. +The call method sends a request to the AI model, and the content method returns the AI model's response as a String. === Create a ChatClient programmatically