From 8bf306e06528332d76e09cb56b084b3505fb1edc Mon Sep 17 00:00:00 2001 From: Anca Lita <27920906+ancalita@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:07:08 +0100 Subject: [PATCH] add comment --- rasa/shared/core/slots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rasa/shared/core/slots.py b/rasa/shared/core/slots.py index aaa9d4ea4fbc..9630d00d7f76 100644 --- a/rasa/shared/core/slots.py +++ b/rasa/shared/core/slots.py @@ -48,6 +48,8 @@ def __init__( influence_conversation: If `True` the slot will be featurized and hence influence the predictions of the dialogue polices. is_builtin: `True` if the slot is a built-in slot, `False` otherwise. + Built-in slots also encompass user writable slots (via custom actions), + such as `return_value`. """ self.name = name self.mappings = mappings