AIService Interface
public interface AIService
Marker interface for AI services. AIServices are registered with the Kernel and are used to provide access to AI services.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String |
getModelId()
Gets the model identifier. |
| abstract java.lang.String |
getServiceId()
Gets the service identifier. |
Method Details
getModelId
public abstract String getModelId()
Gets the model identifier.
Returns:
null.getServiceId
public abstract String getServiceId()
Gets the service identifier.
Returns: