java.lang.Object
com.mulesoft.modules.agent.broker.internal.extension.connection.gemini.GeminiSettings

public class GeminiSettings extends Object
  • Constructor Details

    • GeminiSettings

      public GeminiSettings()
  • Method Details

    • getModelName

      public String getModelName()
    • getUrl

      public String getUrl()
    • getApiKey

      public String getApiKey()
    • getThinkingBudget

      public Integer getThinkingBudget()
    • getThinkingLevel

      public GeminiThinkingLevel getThinkingLevel()
    • getTemperature

      public Float getTemperature()
    • getTopP

      public Float getTopP()
    • getResponseLogprobs

      public boolean getResponseLogprobs()
    • getMaxOutputTokens

      public Integer getMaxOutputTokens()