Package com.vaadin.uitest.ai.utils
Class PromptUtils
java.lang.Object
com.vaadin.uitest.ai.utils.PromptUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringcleanJavaCode(String sourceCode) static StringcleanJsSnippet(String jsSnippetFromPromptResponse) static StringcleanLitCode(String sourceCode) static StringcleanReactCode(String sourceCode) static StringcleanSourceCode(String sourceCode, Framework framework) static StringcleanUiAction(String actionFromPromptResponse) static StringformatHtml(String html)
-
Constructor Details
-
PromptUtils
public PromptUtils()
-
-
Method Details
-
cleanHtml
-
formatHtml
-
cleanSourceCode
-
cleanLitCode
-
cleanReactCode
-
cleanJavaCode
-
cleanJsSnippet
-
cleanUiAction
-