Class ChatRequest.Builder
java.lang.Object
dev.langchain4j.model.chat.request.ChatRequest.Builder
- Enclosing class:
ChatRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
messages
(ChatMessage... messages) messages
(List<ChatMessage> messages) responseFormat
(ResponseFormat responseFormat) toolSpecifications
(ToolSpecification... toolSpecifications) toolSpecifications
(List<ToolSpecification> toolSpecifications)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
messages
-
messages
-
toolSpecifications
-
toolSpecifications
-
responseFormat
-
build
-