mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 05:42:37 +02:00
Update skill_manager.py
This commit is contained in:
parent
42ced10446
commit
d9361e557d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue