mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-19 05:51:16 +00:00
# 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?". |
||
---|---|---|
.. | ||
agent_executors/examples | ||
agents | ||
toolkits/examples | ||
tools | ||
agent_executors.rst | ||
agents.rst | ||
getting_started.ipynb | ||
how_to_guides.rst | ||
toolkits.rst | ||
tools.rst |