langchain/libs
Kahlil Wehmeyer 9c08cdea92
core[patch]: ToolException docs/exception message (#17590)
**Description:**
This PR adds a slightly more helpful message to a Tool Exception

```
# current state
langchain_core.tools.ToolException: Too many arguments to single-input tool

# proposed state
langchain_core.tools.ToolException: Too many arguments to single-input tool. Consider using a StructuredTool instead.
```
**Issue:** Somewhat discussed here 👉  #6197 
 **Dependencies:** None
**Twitter handle:** N/A

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-03-27 21:52:36 +00:00
..
cli cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673) 2024-03-27 15:56:11 -04:00
community infra: Consistent lxml requirements (#19520) 2024-03-27 20:27:59 +00:00
core core[patch]: ToolException docs/exception message (#17590) 2024-03-27 21:52:36 +00:00
experimental experimental[patch]: Enhance LLMGraphTransformer with async processing and improved readability (#19205) 2024-03-26 23:40:21 -07:00
langchain infra: Consistent lxml requirements (#19520) 2024-03-27 20:27:59 +00:00
partners cohere[patch]: release 0.1.0rc1 (#19663) 2024-03-27 17:14:56 +00:00
text-splitters infra: Consistent lxml requirements (#19520) 2024-03-27 20:27:59 +00:00