Update skill_manager.py

This commit is contained in:
stellaHSR 2023-09-04 11:56:01 +08:00 committed by GitHub
parent 42ced10446
commit d9361e557d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ class SkillManager:
return self._skills.get(skill_name)
def retrieve_skill(self, desc: str, n_results: int = 2) -> list[Skill]:
"""
"""
Obtain skills through the search engine
:param desc: Skill description
:return: Multiple skills