mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ILanguageModelManager: Add docblock description
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
1623ad9eda
commit
0a94525042
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue