mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-07 19:38:19 +02:00
tmp: force agent search
This commit is contained in:
parent
5bf6a47948
commit
46402a97c7
@ -81,6 +81,8 @@ def agent_path_decision(state: MainState, config: RunnableConfig) -> RoutingDeci
|
||||
else:
|
||||
routing = "LLM"
|
||||
|
||||
routing = "agent_search"
|
||||
|
||||
now_end = datetime.now()
|
||||
|
||||
logger.debug(
|
||||
|
Loading…
x
Reference in New Issue
Block a user