aboutsummaryrefslogtreecommitdiffstats
path: root/apps/testing/lib/TaskProcessing/FakeContextWriteProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* test(fakeAI): Allow to specify whether the fake providers should failbugfix/noid/allow-to-fail-fake-AI-providersJoas Schilling2024-11-181-1/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(taskprocessing): add text2text, text2image, contextWrite, transcribe ↵Julien Veyssier2024-08-131-0/+121
and translate providers in the testing app Signed-off-by: Julien Veyssier <julien-nc@posteo.net>