mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
docs(ai): Address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -173,4 +173,4 @@ run the following occ commands a daemon (you can also spawn multiple, for parall
|
||||
|
||||
occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob'
|
||||
|
||||
Make sure to restart these daemons regularly. For example once a day.
|
||||
Make sure to restart these daemons regularly, for example once a day, to make sure the daemon runs the latest code.
|
||||
|
||||
@@ -340,8 +340,8 @@ The method ``process`` implements the text processing step. In case execution fa
|
||||
|
||||
This class would typically be saved into a file in ``lib/TaskProcessing`` of your app but you are free to put it elsewhere as long as it's loadable by Nextcloud's :ref:`dependency injection container<dependency-injection>`.
|
||||
|
||||
Providing supplemental inputs and outputs
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Providing additional inputs and outputs
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Built-in task types often only specify the most basic input and output slots. If you would like to offer more input options
|
||||
with your provider you can specify optional inputs and outputs using the ``getOptionalInputShape`` and ``getOptionalOutputShape`` methods.
|
||||
|
||||
Reference in New Issue
Block a user