We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4dc4c commit 9f405a1Copy full SHA for 9f405a1
1 file changed
lib/public/LanguageModel/ILanguageModelManager.php
@@ -62,7 +62,8 @@ public function runTask(ILanguageModelTask $task): string;
62
63
/**
64
* Will schedule an LLM inference process in the background. The result will become available
65
- * with the \OCP\LanguageModel\Events\TaskFinishedEvent
+ * with the \OCP\LanguageModel\Events\TaskSuccessfulEvent
66
+ * If inference fails a \OCP\LanguageModel\Events\TaskFailedEvent will be dispatched instead
67
*
68
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
69
* @since 28.0.0
0 commit comments