Interface PromptOptions


public interface PromptOptions
Interface used to specify options for AI chat prompts.
  • Method Details

    • withTemperature

      PromptOptions withTemperature(double temperature)
      Specifies the prompt temperature to be used.
      Parameters:
      temperature - the temperature
      Returns:
      prompt options
    • promptOptions

      static PromptOptions promptOptions()