Skip to content

Commit

Permalink
Update ovos_core/intent_services/ocp_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Jul 22, 2024
1 parent 3e6df49 commit 328734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_core/intent_services/ocp_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ def match_legacy(self, utterances: List[str], lang: str, message: Message = None
LOG.info(f"Legacy Mycroft CommonPlay match: {match}")
utterance = match["entities"].pop("query")
return IntentMatch(intent_service="OCP_media",
intent_type=f"ocp:legacy_cps",
intent_type="ocp:legacy_cps",
intent_data={"query": utterance,
"conf": 0.7},
skill_id=OCP_ID,
Expand Down

0 comments on commit 328734a

Please sign in to comment.