Skip to content
Snippets Groups Projects
Commit b1f2c0fa authored by pracht's avatar pracht
Browse files

Fix typo

parent f19375d1
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ def run_dialogue(user_intents, data):
if "Thank you!" in turns[-1] or len(turns) > 30:
return ({
"user_intent": user_intents,
"utterances_seperated": prefix_turns(turns),
"utterances_separated": prefix_turns(turns),
"utterances_joined": dialog,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment