mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
2b4ba203f7
# Minor Wording Documentation Change ```python agent_chain.run("When's my friend Eric's surname?") # Answer with 'Zhu' ``` is change to ```python agent_chain.run("What's my friend Eric's surname?") # Answer with 'Zhu' ``` I think when is a residual of the old query that was "When’s my friends Eric`s birthday?". |
||
---|---|---|
.. | ||
examples | ||
custom_tools.ipynb | ||
getting_started.md | ||
multi_input_tool.ipynb | ||
tool_input_validation.ipynb |