Skip to content

Commit

Permalink
deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 31, 2024
1 parent 5cceb89 commit 04654e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_workshop/skills/common_query_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class CommonQuerySkill(OVOSSkill):
"""

def __init__(self, *args, **kwargs):
log_deprecation("'CommonQuerySkill' class has been deprecated, use @common_query decorator with regular OVOSSkill instead", "4.0.0")
# these should probably be configurable
self.level_confidence = {
CQSMatchLevel.EXACT: 0.9,
Expand Down

0 comments on commit 04654e5

Please sign in to comment.