Skip to main content

rewrite_query

Method
This is a method of the DeepResearchAgent class in the deep_research_agent module.
Rewrite a research query to be more specific and detailed.

Signature

Parameters

str
required
The initial research query
Optional[str]
Model to use for rewriting

Returns

str
Rewritten, more detailed query

Uses

  • create

Source

View on GitHub

praisonaiagents/agent/deep_research_agent.py at line 1396