summaryrefslogtreecommitdiffstats
path: root/lib/public/TextProcessing/Task.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: deprecate old AI APIsMarcel Klehr2024-07-261-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-011-8/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: split IProvider2 into two more verbose interfacesMarcel Klehr2023-11-071-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: psalm issues and coding styleMarcel Klehr2023-11-061-6/+15
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-3/+16
| | | | | | | - allow providers to obtain current task's userId - allow providers to expose average task runtime Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Remove Task::factory methodMarcel Klehr2023-07-191-17/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix psalm errorsMarcel Klehr2023-07-141-6/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-0/+235
Signed-off-by: Marcel Klehr <mklehr@gmx.net>