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 GPTResponseCheckGPTResponseCheck. KEEP_HREF_TRANSLATION_CHECKA 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 StringGPTResponseCheck. collectResponseProblems(List<GPTResponseCheck> checks, String source, String translation)Finds problems of translation wrt. 
 -