Package org.springframework.ai.chat.client
package org.springframework.ai.chat.client
-
ClassDescriptionClient to perform stateless requests to an AI Model, using a fluent API.A mutable builder for creating a
ChatClient
.Callback interface that can be used to customize aChatClient.Builder
.The default implementation ofChatClient
as created by theChatClient.Builder.build()
} method.DefaultChatClientBuilder is a builder class for creating a ChatClient.Deprecated.ResponseEntity<R,E> Represents aModel
response that includes the entire response along withe specified response entity type.
CallAroundAdvisor
orStreamAroundAdvisor
instead.