ResearchState
This class represents the state of a research query, including the original query and a list of search results. It is designed to hold and manage the data associated with a research operation.
Attributes
-
query: string
- The search query.
-
results: List[SearchResult] = []
- A list of search results.