Class ChatLanguageModelRequest
java.lang.Object
dev.langchain4j.model.chat.listener.ChatLanguageModelRequest
A request to the
ChatLanguageModel or StreamingChatLanguageModel,
intended to be used with ModelListener.-
Constructor Summary
ConstructorsConstructorDescriptionChatLanguageModelRequest(String model, Double temperature, Double topP, Integer maxTokens, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications) -
Method Summary
-
Constructor Details
-
ChatLanguageModelRequest
public ChatLanguageModelRequest(String model, Double temperature, Double topP, Integer maxTokens, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications)
-
-
Method Details
-
model
-
temperature
-
topP
-
maxTokens
-
messages
-
toolSpecifications
-