refactor: add note about verbose in combined context search
This commit is contained in:
parent
986b93fee4
commit
b5949580de
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ async def search(
|
|||
)
|
||||
|
||||
if use_combined_context:
|
||||
# Note: combined context search must always be verbose and return a CombinedSearchResult with graphs info
|
||||
prepared_search_results = await prepare_search_result(
|
||||
search_results[0] if isinstance(search_results, list) else search_results
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue