docs: modules descriptions (#17844)

Several `core` modules do not have descriptions, like the
[agent](https://api.python.langchain.com/en/latest/core_api_reference.html#module-langchain_core.agents)
module.
- Added missed module descriptions. The descriptions are mostly copied
from the `langchain` or `community` package modules.
This commit is contained in:
Leonid Ganeline
2024-02-21 15:58:21 -08:00
committed by GitHub
parent d9aa11d589
commit 2f2b77602e
24 changed files with 242 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
"""**Prompt** is the input to the model.
Prompt is often constructed
from multiple components. Prompt classes and functions make constructing
from multiple components and prompt values. Prompt classes and functions make constructing
and working with prompts easy.
**Class hierarchy:**