Skip to content

Commit 961dc12

Browse files
fix grammar issues
1 parent bdf9d8b commit 961dc12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nemo_retriever/src/nemo_retriever/service/mcp_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,9 @@ async def query(
581581
name="agentic_query",
582582
description=(
583583
"A smart, high-level retrieval tool that understands complex queries. "
584-
"For a given query, it search over a collection of documents (or document pages if multi-page) and return the top-k most relevant hits. "
585-
"Internally, this tool uses a smart AI agent that reasons about a given query, if needed decompose the query, explores the corpus from different angles, "
586-
"considers different types of evidence, adapts it search based on available evidence, aggregate its discoveries, and returns the most relevant items to the query that it has found."
584+
"For a given query, it searches over a collection of documents (or document pages if multi-page) and returns the top-k most relevant hits. "
585+
"Internally, this tool uses a smart AI agent that reasons about a given query, if needed, decomposes the query, explores the corpus from different angles, "
586+
"considers different types of evidence, adapts its search based on available evidence, aggregates its discoveries, and returns the most relevant items to the query that it has found."
587587
),
588588
)
589589
async def agentic_query(query: str, top_k: int = 5) -> dict[str, Any]:

0 commit comments

Comments
 (0)