mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-12 12:31:00 +00:00
- Remove double implementations of functions. The single input is just taking up space. - Added tool specific information for `async + showing invoke vs. ainvoke. - Added more general information about about `async` (this should live in a different place eventually since it's not specific to tools). - Changed ordering of custom tools (StructuredTool is simpler and should appear before the inheritance) - Improved the error handling section (not convinced it should be here though)
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide