Class ChatModelRequest.ChatModelRequestBuilder
java.lang.Object
dev.langchain4j.model.chat.listener.ChatModelRequest.ChatModelRequestBuilder
- Enclosing class:
ChatModelRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
messages
(List<ChatMessage> messages) temperature
(Double temperature) toolSpecifications
(List<ToolSpecification> toolSpecifications) toString()
-
Method Details
-
model
-
temperature
-
topP
-
maxTokens
-
messages
-
toolSpecifications
public ChatModelRequest.ChatModelRequestBuilder toolSpecifications(List<ToolSpecification> toolSpecifications) -
build
-
toString
-