mfernandezsidn
mfernandezsidn
> Using `create_sql_agent()`, specify `agent_executor_kwargs` like so: `agent_executor_kwargs={"return_intermediate_steps": True}`. > > This works because in [this file](https://api.python.langchain.com/en/latest/_modules/langchain/agents/agent_toolkits/sql/base.html#create_sql_agent), it's apparent that `AgentExecutor.from_agent_and_tools()` doesn't use `kwargs`, but rather `agent_executor_kwargs`. > > Then,...
Any solution to this problem without having to edit source code?
Hi @parthea Thanks for your response. There is no way to do the implementation with Python?
Having the same problem. I need a solution!