Package com.soffid.iam.base.service
Interface GenAIProviderService
public interface GenAIProviderService
Service GenAIProviderService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidOperation clearCachegetGenAIMetadata(String engine) Operation getGenAIMetadatagetGenAISentences(String engine, String[] context, String sentence) Operation getGenAISentences
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGenAIMetadata
Operation getGenAIMetadata- Parameters:
engine-- Returns:
- Throws:
InternalErrorException
-
getGenAISentences
List<String> getGenAISentences(String engine, String[] context, String sentence) throws InternalErrorException Operation getGenAISentences- Parameters:
engine-context-sentence-- Returns:
- Throws:
InternalErrorException
-
clearCache
Operation clearCache- Throws:
InternalErrorException
-