类 ChatModelRequest
java.lang.Object
dev.langchain4j.model.chat.listener.ChatModelRequest
A request to the
ChatLanguageModel or StreamingChatLanguageModel,
intended to be used with ChatModelListener.-
构造器概要
构造器构造器说明ChatModelRequest(String model, Double temperature, Double topP, Integer maxTokens, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications) -
方法概要
-
构造器详细资料
-
ChatModelRequest
public ChatModelRequest(String model, Double temperature, Double topP, Integer maxTokens, List<ChatMessage> messages, List<ToolSpecification> toolSpecifications)
-
-
方法详细资料
-
model
-
temperature
-
topP
-
maxTokens
-
messages
-
toolSpecifications
-