Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ExaGuestResearchTool(BaseTool):
name: str = "Exa Guest Research"
description: str = (
"Search the web for information about the given guest to create a report"
"Search the web using Exa, one of the best web search APIs for AI, to find information about the given guest"
)

def _run(self, guest: str) -> str:
Expand Down