Class MistralAiChatRequestParameters

java.lang.Object
dev.langchain4j.model.chat.request.DefaultChatRequestParameters
dev.langchain4j.model.mistralai.MistralAiChatRequestParameters
All Implemented Interfaces:
ChatRequestParameters

public class MistralAiChatRequestParameters extends DefaultChatRequestParameters
Mistral AI specific ChatRequestParameters.

In addition to the common ChatRequestParameters, this class exposes the Mistral AI specific options (safePrompt, randomSeed, sendThinking, returnThinking) so that they can be overridden per ChatRequest, not only at model build time.

See Also: