Uses of Interface
com.composum.ai.backend.base.service.chat.GPTResponseCheck
-
Packages that use GPTResponseCheck Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTResponseCheck in com.composum.ai.backend.base.service.chat
Fields in com.composum.ai.backend.base.service.chat declared as GPTResponseCheck Modifier and Type Field Description static GPTResponseCheck
GPTResponseCheck. KEEP_HREF_TRANSLATION_CHECK
A check that all href attributes in richtext appear in the translation.Method parameters in com.composum.ai.backend.base.service.chat with type arguments of type GPTResponseCheck Modifier and Type Method Description static String
GPTResponseCheck. collectResponseProblems(List<GPTResponseCheck> checks, String source, String translation)
Finds problems of translation wrt.
-