Interface IPromptConfigUpdater
public interface IPromptConfigUpdater
Internal interface used by
PromptConfigJsonMarshaller to pass the logic for updating prompt configs from
older versions to the current version. The config can be either a connection config or a query config.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionupdate(SerializedPromptConfig config, String storedVersion, String currentVersion)
-
Method Details
-
update
SerializedPromptConfig update(SerializedPromptConfig config, String storedVersion, String currentVersion)
-