Skip to content

Commit

Permalink
read for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Aug 7, 2024
1 parent 8c61ef5 commit 976aec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/config/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ToolName(StrEnum):
implementation=LangChainMinimapRetriever,
parameter_definitions={
"query": {
"description": "Search API that takes a query or phrase.",
"description": "Search API that takes a query or phrase. ",
"type": "str",
"required": True,
}
Expand All @@ -68,7 +68,7 @@ class ToolName(StrEnum):
is_available=LangChainMinimapRetriever.is_available(),
error_message="Minimap API not available.",
category=Category.DataLoader,
description="Fetches the most relevant news and content from Minimap.ai.",
description="Fetches the most relevant news and content from Minimap.ai. Results should be presented as an executive summary, grouped and summarized for the user with section headings and bullet points.",
),
# ToolName.Search_File: ManagedTool(
# name=ToolName.Search_File,
Expand Down

0 comments on commit 976aec5

Please sign in to comment.