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()
Transforms this instance to aChatRequest.Builder
with all of the same field valuestopK()
topP()
toString()
-
Constructor Details
-
ChatRequest
-
-
Method Details
-
messages
-
parameters
-
modelName
-
temperature
-
topP
-
topK
-
frequencyPenalty
-
presencePenalty
-
maxOutputTokens
-
stopSequences
-
toolSpecifications
-
toolChoice
-
responseFormat
-
equals
-
hashCode
public int hashCode() -
toString
-
toBuilder
Transforms this instance to aChatRequest.Builder
with all of the same field values -
builder
-