Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Oct 17, 2023
1 parent 5cef354 commit 8bf306e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rasa/shared/core/slots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bf306e

Please sign in to comment.