ILanguageModelManager: Add docblock description

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-06-28 15:16:21 +02:00
parent 1623ad9eda
commit 0a94525042

View file

@ -31,6 +31,8 @@ use OCP\PreConditionNotMetException;
use RuntimeException;
/**
* API surface for apps interacting with and making use of LanguageModel providers
* without known which providers are installed
* @since 28.0.0
*/
interface ILanguageModelManager {