Uses of Enum Class
de.seggebaeing.sqlanalyzer.logic.promptable.util.PromptableApi
Packages that use PromptableApi
Package
Description
-
Uses of PromptableApi in de.seggebaeing.sqlanalyzer.logic.bdo
Methods in de.seggebaeing.sqlanalyzer.logic.bdo that return PromptableApiMethods in de.seggebaeing.sqlanalyzer.logic.bdo that return types with arguments of type PromptableApiModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<PromptableApi> LLM.llmApiProperty()
Methods in de.seggebaeing.sqlanalyzer.logic.bdo with parameters of type PromptableApiModifier and TypeMethodDescriptionvoid
LLM.setLlmApi
(PromptableApi promptableApi) Sets the API provider for this LLM.Constructors in de.seggebaeing.sqlanalyzer.logic.bdo with parameters of type PromptableApiModifierConstructorDescriptionLLM
(String name, PromptableApi promptableApi, String model, String apiKey, double minTemperature, double maxTemperature) Creates a newLLM
instance with the given configuration.LLM
(String name, PromptableApi promptableApi, String model, String apiKey, double minTemperature, double maxTemperature, Long version) Creates a newLLM
instance with the given configuration. -
Uses of PromptableApi in de.seggebaeing.sqlanalyzer.logic.promptable.util
Methods in de.seggebaeing.sqlanalyzer.logic.promptable.util that return PromptableApiModifier and TypeMethodDescriptionstatic PromptableApi
Returns the enum constant of this class with the specified name.static PromptableApi[]
PromptableApi.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.seggebaeing.sqlanalyzer.logic.promptable.util with parameters of type PromptableApiModifier and TypeMethodDescriptionPromptableFactory.getPromptable
(PromptableApi api) Creates and returns a newPromptable
instance for the specifiedPromptableApi
.