Skip to content

Commit

Permalink
dummy skill formatter fix (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
smilni committed Oct 20, 2023
1 parent e635d9e commit 4119745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"protocol": "python",
"class_name": "skills.dummy_skill.connector:DummySkillConnector"
},
"dialog_formatter": "state_formatters.dp_formatters:utt_sentrewrite_modified_last_dialog",
"dialog_formatter": "state_formatters.dp_formatters:full_history_dialog",
"response_formatter": "state_formatters.dp_formatters:skill_with_attributes_formatter_service",
"previous_services": [
"skill_selectors"
Expand Down

0 comments on commit 4119745

Please sign in to comment.