fix: re-enable expansion
This commit is contained in:
parent
afd91db0e9
commit
9bbe43adf4
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class QuestionAnswerAgent:
|
|||
tool_name="search",
|
||||
on_results=accumulated_results.extend,
|
||||
max_searches=max_searches,
|
||||
expand_context=False,
|
||||
)
|
||||
|
||||
# Agent created per-call: toolset varies with filter, and Agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue