Rename file

This commit is contained in:
Shashank Harinath 2023-10-19 00:59:32 -07:00
parent 17916b84f6
commit 53fa9ef838
3 changed files with 3 additions and 5 deletions

View file

@ -12,7 +12,7 @@ from metagpt.roles.project_manager import ProjectManager
from metagpt.roles.product_manager import ProductManager
from metagpt.roles.engineer import Engineer
from metagpt.roles.qa_engineer import QaEngineer
from metagpt.roles.seacher import Searcher
from metagpt.roles.searcher import Searcher
from metagpt.roles.sales import Sales
from metagpt.roles.customer_service import CustomerService

View file

@ -3,7 +3,7 @@
"""
@Time : 2023/5/23 17:25
@Author : alexanderwu
@File : seacher.py
@File : searcher.py
"""
from metagpt.actions import ActionOutput, SearchAndSummarize
from metagpt.logs import logger