Force use tool overrides (#4024)

* initial rename + timeout bump

* querry override
This commit is contained in:
evan-danswer
2025-02-17 13:01:24 -08:00
committed by GitHub
parent 58b252727f
commit 5ca898bde2
10 changed files with 47 additions and 33 deletions

View File

@ -7,7 +7,7 @@ from typing import cast
from sqlalchemy.orm import Session
from onyx.agents.agent_search.orchestration.nodes.tool_call import ToolCallException
from onyx.agents.agent_search.orchestration.nodes.call_tool import ToolCallException
from onyx.chat.answer import Answer
from onyx.chat.chat_utils import create_chat_chain
from onyx.chat.chat_utils import create_temporary_persona