langchain/docs/modules/agents/tools
Zander Chase 90ef705ced
Update Tool Input (#3103)
- Remove dynamic model creation in the `args()` property. _Only infer
for the decorator (and add an argument to NOT infer if someone wishes to
only pass as a string)_
- Update the validation example to make it less likely to be
misinterpreted as a "safe" way to run a repl


There is one example of "Multi-argument tools" in the custom_tools.ipynb
from yesterday, but we could add more. The output parsing for the base
MRKL agent hasn't been adapted to handle structured args at this point
in time

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-04-18 18:18:33 -07:00
..
examples Harrison/output error (#3094) 2023-04-18 08:59:56 -07:00
custom_tools.ipynb Update Tool Input (#3103) 2023-04-18 18:18:33 -07:00
getting_started.md Add OpenWeatherMap API Tool (#2083) 2023-03-28 12:02:14 -07:00
multi_input_tool.ipynb bump version to 131 (#2391) 2023-04-04 07:21:50 -07:00
tool_input_validation.ipynb Update Tool Input (#3103) 2023-04-18 18:18:33 -07:00