diff --git a/backend/onyx/agents/agent_search/deep_search_a/main/nodes/agent_path_decision.py b/backend/onyx/agents/agent_search/deep_search_a/main/nodes/agent_path_decision.py index 74e637e2a..43558ff83 100644 --- a/backend/onyx/agents/agent_search/deep_search_a/main/nodes/agent_path_decision.py +++ b/backend/onyx/agents/agent_search/deep_search_a/main/nodes/agent_path_decision.py @@ -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(