Files
langchain/docs/modules/agents/tools/examples
Prayson Wilfred Daniel 2b4ba203f7 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?".
2023-05-09 07:42:47 -07:00
..
2023-04-30 15:15:09 -07:00
2023-04-28 11:10:43 -07:00
2023-03-26 19:49:46 -07:00
2023-04-12 09:06:30 -07:00
2023-04-26 16:21:34 -07:00
2023-03-26 19:49:46 -07:00
2023-05-03 22:45:32 -07:00
2023-05-01 19:07:26 -07:00
2023-04-04 07:21:50 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-05-08 08:29:30 -07:00
2023-04-04 07:21:50 -07:00