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?".
parallel_dir_loader
Prayson Wilfred Daniel 1 year ago committed by GitHub
parent 2ceb807da2
commit 2b4ba203f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@
]
},
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
" Zhu\n"
@ -98,7 +98,7 @@
}
],
"source": [
"agent_chain.run(\"When's my friend Eric's surname?\")\n",
"agent_chain.run(\"What's my friend Eric's surname?\")\n",
"# Answer with 'Zhu'"
]
},
@ -196,7 +196,7 @@
]
},
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
" vini\n",
@ -222,7 +222,7 @@
]
},
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
" oh who said it \n",

Loading…
Cancel
Save