Skip to content

Commit 1c28e79

Browse files
committed
docs(ai): Address review comments
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 6b5b146 commit 1c28e79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin_manual/ai/app_assistant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ run the following occ commands a daemon (you can also spawn multiple, for parall
173173
174174
occ background-job:worker 'OC\TaskProcessing\SynchronousBackgroundJob'
175175
176-
Make sure to restart these daemons regularly. For example once a day.
176+
Make sure to restart these daemons regularly, for example once a day, to make sure the daemon runs the latest code.

developer_manual/digging_deeper/task_processing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ The method ``process`` implements the text processing step. In case execution fa
340340

341341
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>`.
342342

343-
Providing supplemental inputs and outputs
344-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
343+
Providing additional inputs and outputs
344+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
345345

346346
Built-in task types often only specify the most basic input and output slots. If you would like to offer more input options
347347
with your provider you can specify optional inputs and outputs using the ``getOptionalInputShape`` and ``getOptionalOutputShape`` methods.

0 commit comments

Comments
 (0)