You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/digging_deeper/task_processing.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,11 @@ The following built-in task types are available:
110
110
* ``tone``: ``Enum``
111
111
* Output shape:
112
112
* ``output``: ``Text``
113
+
* ``'core:text2text:proofread'``: This task type is for proofreading a text, checking it for grammar and spelling mistakes. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToTextProofread``
114
+
* Input shape:
115
+
* ``input``: ``Text``
116
+
* Output shape:
117
+
* ``output``: ``Text``
113
118
114
119
115
120
Task types can be disabled in the AI admin settings so they are not available for the Assistant or other apps even if they are implemented. All implemented Task types are enabled by default.
0 commit comments