Skip to content

Commit c6f1abd

Browse files
authored
Update rasa-sdk.rst
1 parent 5ac305d commit c6f1abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rasa-sdk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ slots, but only a user's name and their phone number. To do that, you'd override
158158
) -> List[EventType]:
159159

160160
# the session should begin with a `session_started` event
161-
_events = [SessionStarted(metadata=self.metadata)]
161+
events = [SessionStarted(metadata=self.metadata)]
162162

163163
# any slots that should be carried over should come after the
164164
# `session_started` event

0 commit comments

Comments
 (0)