Interface ChatOptions

All Superinterfaces:
ModelOptions
All Known Implementing Classes:
AnthropicChatOptions, AzureOpenAiChatOptions, BedrockCohereChatOptions, BedrockLlama2ChatOptions, BedrockTitanChatOptions, FunctionCallingOptionsBuilder.PortableFunctionCallingOptions, MistralAiChatOptions, OllamaOptions, OpenAiChatOptions, VertexAiGeminiChatOptions, VertexAiPaLm2ChatOptions

public interface ChatOptions extends ModelOptions
The ChatOptions represent the common options, portable across different chat models.
  • Method Details

    • getTemperature

      Float getTemperature()
    • getTopP

      Float getTopP()
    • getTopK

      Integer getTopK()