mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 12:58:42 +02:00
k
This commit is contained in:
committed by
Evan Lohn
parent
d70bbcc2ce
commit
8fea571f6e
@@ -12,8 +12,8 @@ from onyx.agents.agent_search.models import AgentSearchConfig
|
||||
def agent_path_decision(state: MainState, config: RunnableConfig) -> RoutingDecision:
|
||||
now_start = datetime.now()
|
||||
|
||||
agent_a_config = cast(AgentSearchConfig, config["metadata"]["config"])
|
||||
agent_a_config.search_request.query
|
||||
cast(AgentSearchConfig, config["metadata"]["config"])
|
||||
|
||||
# perform_initial_search_path_decision = (
|
||||
# agent_a_config.perform_initial_search_path_decision
|
||||
# )
|
||||
|
Reference in New Issue
Block a user