Files
langchain/tests/unit_tests/agents
Zander Chase 84ea17b786 Move Tool Validation (#3923)
Move tool validation to each implementation of the Agent.

Another alternative would be to adjust the `_validate_tools()` signature
to accept the output parser (and format instructions) and add logic
there. Something like

`parser.outputs_structured_actions(format_instructions)`

But don't think that's needed right now.
2023-05-01 18:44:24 -07:00
..
2022-11-22 06:16:26 -08:00
2023-05-01 18:44:24 -07:00