diff --git a/docs/source/redact/redacting_text.rst b/docs/source/redact/redacting_text.rst index 118b3c1..a04260f 100644 --- a/docs/source/redact/redacting_text.rst +++ b/docs/source/redact/redacting_text.rst @@ -50,7 +50,7 @@ This produces the following output: "new_text": "[ORGANIZATION_P5XLAH]" } -`redact` calls can also be recorded so you can view and analyze results in our UI. To learn more, read :ref:`record-api-call-section` +You can also record `redact` calls, so that you can view and analyze results in the Textual application. To learn more, read :ref:`record-api-call-section` Bulk redact raw text --------------------- @@ -308,7 +308,7 @@ Note that LLM Synthesis is non-deterministic — you will likely get different r Recording API requests ---------------------- -When you redact text with the :meth:`redact` method you can optionally record these requests for later viewing and analysis in the UI. The `redact` method takes an optional argument called `record_options` (:class:`RecordApiRequestOptions`). To record an API request you can do the following: +When you use the :meth:`redact` method to redact text, you can optionally record these requests to view and analyze later in the Textual application. The `redact` method takes an optional `record_options` (:class:`RecordApiRequestOptions`) argument. To record an API request: .. code-block:: python @@ -323,4 +323,4 @@ When you redact text with the :meth:`redact