We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1636ab commit 8c18bbeCopy full SHA for 8c18bbe
rasa/core/training/interactive.py
@@ -1370,7 +1370,7 @@ async def record_messages(
1370
conversation_id: Text = UserMessage.DEFAULT_SENDER_ID,
1371
max_message_limit: Optional[int] = None,
1372
skip_visualization: bool = False,
1373
-):
+) -> None:
1374
"""Read messages from the command line and print bot responses."""
1375
1376
try:
@@ -1602,7 +1602,7 @@ def run_interactive_learning(
1602
1603
conversation_id: Text = uuid.uuid4().hex,
1604
server_args: Dict[Text, Any] = None,
1605
1606
"""Start the interactive learning with the model of the agent."""
1607
global SAVE_IN_E2E
1608
server_args = server_args or {}
0 commit comments