mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
* for run count + thread count overflow we should warn model not to call again * don't tally mocked tool calls in thread limit -- consider the following * run limit is 1 * thread limit is 3 * first run calls the tool 2 times, 1 executes, 1 is blocked * we should only count the successful execution above towards the total thread count * raise more helpful warnings on invalid config