Add getting-started module: ChatClient fluent API, system/user prompts, streaming, and provider switching via spring.ai.model.chat
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# GET /api/chat -- ChatClient.prompt().user(...).call().content()
|
||||
|
||||
$ curl 'http://localhost:34201/api/chat?message=What+package+is+ChatClient+in?'
|
||||
|
||||
You said: "What package is ChatClient in?". That is 30 characters.
|
||||
Reference in New Issue
Block a user