Package com.soffid.iam.base.service.ejb
Interface GenAIProviderService
public interface GenAIProviderService
EJB GenAIProviderService
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetGenAIMetadata(String engine) getGenAISentences(String engine, String[] context, String sentence)
-
Method Details
-
getGenAIMetadata
- Throws:
InternalErrorException
-
getGenAISentences
List<String> getGenAISentences(String engine, String[] context, String sentence) throws InternalErrorException - Throws:
InternalErrorException
-
clearCache
- Throws:
InternalErrorException
-