Skip to content

Commit 83bc3f0

Browse files
committed
updated instructions
1 parent 67c7e8c commit 83bc3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/nodes/grounding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def initial_search(self, state: InputState) -> ResearchState:
5454
logger.info("Initiating Tavily crawl")
5555
site_extraction = await self.tavily_client.crawl(
5656
url=url,
57-
instructions="Company information",
57+
instructions="Find any pages that will help us understand the company's business, products, services, and any other relevant information.",
5858
max_depth=1,
5959
max_breadth=50,
6060
extract_depth="advanced"

0 commit comments

Comments
 (0)