Files
langchain-python/tests/unit_tests
Zander Chase da7b51455c Dynamic tool -> single purpose (#3697)
I think the logic of
https://github.com/hwchase17/langchain/pull/3684#pullrequestreview-1405358565
is too confusing.

I prefer this alternative because:
- All `Tool()` implementations by default will be treated the same as
before. No breaking changes.
- Less reliance on pydantic magic
- The decorator (which only is typed as returning a callable) can infer
schema and generate a structured tool
- Either way, the recommended way to create a custom tool is through
inheriting from the base tool
2023-04-28 09:38:41 -07:00
..
2023-04-19 21:05:20 -07:00
2023-04-16 21:41:00 -07:00
2023-04-24 19:54:15 -07:00
2022-10-24 14:51:15 -07:00
2023-04-26 15:20:28 -07:00
2022-10-24 14:51:15 -07:00