Skip to content

Commit 652be38

Browse files
committed
feat: add proofread tasktype
Signed-off-by: Jana Peper <[email protected]>
1 parent dbe9427 commit 652be38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

developer_manual/digging_deeper/task_processing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ The following built-in task types are available:
110110
* ``tone``: ``Enum``
111111
* Output shape:
112112
* ``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``
113118

114119

115120
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

Comments
 (0)