langchain
2b4ba203 - query correction from when to what (#4383)

Commit
2 years ago
query correction from when to what (#4383) # 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?".
Author
Parents
Loading