Files
langchain-python/langchain
Zach Jones c969a779c9 Fix: Pass along kwargs when creating a sql agent (#2350)
Currently, `agent_toolkits.sql.create_sql_agent()` passes kwargs to the
`ZeroShotAgent` that it creates but not to `AgentExecutor` that it also
creates. This prevents the caller from providing some useful arguments
like `max_iterations` and `early_stopping_method`

This PR changes `create_sql_agent` so that it passes kwargs to both
constructors.

---------

Co-authored-by: Zachary Jones <zjones@zetaglobal.com>
2023-04-03 21:50:51 -07:00
..
2023-04-01 12:52:08 -07:00
2023-03-22 23:15:04 -07:00
2023-04-02 14:57:45 -07:00
2023-03-14 12:37:48 -07:00
2023-03-14 20:00:22 -07:00
2023-04-02 14:57:45 -07:00
2023-04-02 14:04:09 -07:00
2023-04-01 08:59:04 -07:00
2023-04-01 12:54:06 -07:00
2023-04-02 14:57:45 -07:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2023-03-30 20:41:56 -07:00
2023-03-30 10:14:05 -04:00
2023-02-20 21:15:45 -08:00
2023-04-01 12:52:08 -07:00
2023-01-19 14:48:30 -08:00