You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
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?".
1 year ago
..
_static docs: Mendable Fixes and Improvements (#4184) 1 year ago
ecosystem feat: add Unstructured API loaders (#3906) 1 year ago
getting_started Simplify HumanMessages in the quick start guide (#4026) 1 year ago
modules query correction from when to what (#4383) 1 year ago
reference Move Generative Agent definition to Experimental (#3245) 1 year ago
tracing Callbacks Refactor [base] (#3256) 1 year ago
use_cases new example: two agent debate with tools (#4024) 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 2 years ago
conf.py docs: Mendable Search integration (#2803) 1 year ago
deployments.md Fixed some typos on deployment.md (#3652) 1 year ago
ecosystem.rst added integration links to the ecosystem.rst (#3453) 1 year ago
gallery.rst docs: added a link to the `Google Scholar` articles (#4007) 1 year ago
glossary.md big docs refactor (#1978) 1 year ago
index.rst Callbacks Refactor [base] (#3256) 1 year ago
make.bat initial commit 2 years ago
model_laboratory.ipynb big docs refactor (#1978) 1 year ago
reference.rst Move Generative Agent definition to Experimental (#3245) 1 year ago
requirements.txt Harrison/docs reqs (#2199) 1 year ago
tracing.md Callbacks Refactor [base] (#3256) 1 year ago
youtube.md updated `YouTube` links (#3916) 1 year ago