Class ChatRequest
java.lang.Object
dev.langchain4j.model.chat.request.ChatRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatRequest.Builder
builder()
boolean
int
hashCode()
messages()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.please useparameters()
and thenChatRequestParameters.toolSpecifications()
insteadtoString()
-
Constructor Details
-
ChatRequest
-
-
Method Details
-
messages
-
parameters
-
toolSpecifications
Deprecated, for removal: This API element is subject to removal in a future version.please useparameters()
and thenChatRequestParameters.toolSpecifications()
instead -
responseFormat
Deprecated, for removal: This API element is subject to removal in a future version.please useparameters()
and thenChatRequestParameters.responseFormat()
instead -
equals
-
hashCode
public int hashCode() -
toString
-
builder
-
parameters()
and thenChatRequestParameters.responseFormat()
instead