- Need to add a description of the
responseEntity()
method within the call() return values section. - Need to add a Note in the documentation to clarify that calling the
call()
method does not actually trigger the AI model. It only tells SpringAI whether to use synchronous or streaming calls. The actual model call happens when invokecontent()
,chatResponse()
, andresponseEntity()
(Or similar explanations).
Regarding point 2, since there are already two related issues (#3895 and #3880), it would be helpful to add a note in the documentation to explain this.
Comment From: lpy569
Hello, I'm currently learning Spring AI as a beginner.
I've cloned the project successfully and I've spent quite a while searching for the chatclient.adoc
file. but I haven't been able to locate it. Would you be willing to give me a bit of guidance on how to proceed?
Thank you so much in advance!
Comment From: YunKuiLu
Hi @lpy569
You should be able to find the file here: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc
.
It corresponds to this document address: https://docs.spring.io/spring-ai/reference/api/chatclient.html .
If you want to contribute this issue, you can see the CONTRIBUTING.adoc in advance. No problem if you don’t have time.
Comment From: lpy569
Hi @lpy569 You should be able to find the file here:
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc
. It corresponds to this document address: https://docs.spring.io/spring-ai/reference/api/chatclient.html .If you want to contribute this issue, you can see the CONTRIBUTING.adoc in advance. No problem if you don’t have time.
Hi, @YunKuiLu Thank you so much for your help! I’ve completed the update and just submitted a PR. Really appreciate your guidance, it made the contribution process much smoother.
Comment From: lpy569
I've recreated the pull request with the correct Signed-off-by line, and the DCO check has now passed. Thank you again for your guidance earlier!