mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-07 06:42:38 +02:00
feat: rename similarity_search
This commit is contained in:
parent
3d6286ca9a
commit
12d643ab3d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class DataAnalyst(RoleZero):
|
|||
"Editor:write,read,similarity_search",
|
||||
"SearchEnhancedQA",
|
||||
]
|
||||
custom_tools: list[str] = ["web scraping", "Terminal", "Editor:write,read,search_index_repo"]
|
||||
custom_tools: list[str] = ["web scraping", "Terminal", "Editor:write,read,similarity_search"]
|
||||
custom_tool_recommender: ToolRecommender = None
|
||||
experience_retriever: Annotated[ExpRetriever, Field(exclude=True)] = KeywordExpRetriever()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue