Optimize query formulation instructions in docstring
Clarified that the SMD search query should be written in German and enriched with relevant contextual keywords. This ensures better alignment with language requirements and improves search accuracy.
This commit is contained in:
parent
25000459cb
commit
3c1f8a2c25
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ async def smd_research(search_query: str = "Bundesrat", date_from: str = "2024-0
|
|||
Use this tool when you need research on a topic.
|
||||
|
||||
Args:
|
||||
search_query: The SMD search query, there are Logical Operators available (AND, OR, NOT) and for a excact match use "+" before the word. For excluding use "-" before the word. For queries with multiple words use quotes.
|
||||
search_query: The SMD search query, there are Logical Operators available (AND, OR, NOT) and for a excact match use "+" before the word. For excluding use "-" before the word. For queries with multiple words use quotes. Formulate the Query in German. Enrich the query with the relevant context keywords of the topic.
|
||||
date_from: The date to start research from, in the format YYYY-MM-DDTHH:MM:SS.SSSZ
|
||||
date_to: The date to end research at, in the format YYYY-MM-DDTHH:MM:SS.SSSZ
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue