Interface ChatOptions
- All Superinterfaces:
ModelOptions
- All Known Subinterfaces:
FunctionCallingOptions
- All Known Implementing Classes:
Anthropic3ChatOptions
,AnthropicChatOptions
,AnthropicChatOptions
,AzureOpenAiChatOptions
,BedrockAi21Jurassic2ChatOptions
,BedrockCohereChatOptions
,BedrockLlamaChatOptions
,BedrockTitanChatOptions
,FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
,MiniMaxChatOptions
,MistralAiChatOptions
,MoonshotChatOptions
,OllamaOptions
,OpenAiChatOptions
,QianFanChatOptions
,VertexAiGeminiChatOptions
,VertexAiPaLm2ChatOptions
,WatsonxAiChatOptions
,ZhiPuAiChatOptions
The ChatOptions represent the common options, portable across different chat models.
-
Method Details
-
getModel
-
getFrequencyPenalty
-
getMaxTokens
-
getPresencePenalty
-
getStopSequences
-
getTemperature
-
getTopK
-
getTopP
-
copy
ChatOptions copy()
-