From ff016e22fec5e8a789368a299736ea86fbaf7b23 Mon Sep 17 00:00:00 2001 From: okbel Date: Tue, 9 Jan 2018 10:42:28 -0300 Subject: [PATCH] Adding TALK_PERSPECTIVE_DO_NOT_STORE to the docs --- docs/_docs/04-03-additional-plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/04-03-additional-plugins.md b/docs/_docs/04-03-additional-plugins.md index 55ab1749b..b9f4d4067 100644 --- a/docs/_docs/04-03-additional-plugins.md +++ b/docs/_docs/04-03-additional-plugins.md @@ -94,6 +94,7 @@ Configuration: - `TALK_PERSPECTIVE_TIMEOUT` - The timeout for sending a comment to be processed before it will skip the toxicity analysis, parsed by [ms](https://www.npmjs.com/package/ms){:target="_blank"}. (Default `300ms`) +- `TALK_PERSPECTIVE_DO_NOT_STORE` - Whether the API is permitted to store comment and context from this request. Stored comments will be used for future research and community model building purposes to improve the API over time. (Default `true`) [Perspective API - Analize Comment Request](https://github.com/conversationai/perspectiveapi/blob/master/api_reference.md#analyzecomment-request){:target="_blank"} ## talk-plugin-subscriber