Skip to content

Commit

Permalink
fix: align MCP query param description
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Dec 26, 2024
1 parent a465e03 commit 6615926
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/raglite/_mcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
Field(
description=(
"The `query` string to search the knowledge base with.\n"
"The `query` string MUST satisfy ALL of the following criteria:\n"
"- The `query` string MUST be a precise question in the user's language.\n"
"- The `query` string MUST resolve all pronouns to explicit nouns from the conversation history."
"The `query` string MUST be a precise single-faceted question in the user's language.\n"
"The `query` string MUST resolve all pronouns to explicit nouns from the conversation history."
)
),
]
Expand Down

0 comments on commit 6615926

Please sign in to comment.