langchain/libs/core/langchain_core/prompts
James Espichan Vilca 080741d336
core[patch]: Fix type for inner input in base prompts (#25713)
Thank you for contributing to LangChain!

- [ ] **PR title**: "langchain-core: Fix type"
- The file to modify is located in
/libs/core/langchain_core/prompts/base.py


- [ ] **PR message**: 
- **Description:** The change is a type for the inner input variable,
the type go from dict to Any. This change is required since the method
_validate input expects a type that is not only a dictionary.
    - **Dependencies:** There are no dependencies for this change


- [ ] **Add tests and docs**: 
1. A test is not needed. This error occurs because I overrode a portion
of the _validate_input method, which is causing a 'beartype' to raise an
error.
2024-08-23 14:06:39 -07:00
..
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
base.py core[patch]: Fix type for inner input in base prompts (#25713) 2024-08-23 14:06:39 -07:00
chat.py core[patch]: Add UP(upgrade) ruff rules (#25358) 2024-08-22 16:29:22 -07:00
few_shot_with_templates.py core[patch]: Sort Config attributes (#25127) 2024-08-07 02:53:50 +00:00
few_shot.py core[patch]: Sort Config attributes (#25127) 2024-08-07 02:53:50 +00:00
image.py core: docstrings prompts (#23890) 2024-07-05 12:17:52 -04:00
loading.py core[patch]: Add UP(upgrade) ruff rules (#25358) 2024-08-22 16:29:22 -07:00
pipeline.py core: docstrings prompts (#23890) 2024-07-05 12:17:52 -04:00
prompt.py core[patch]: Add UP(upgrade) ruff rules (#25358) 2024-08-22 16:29:22 -07:00
string.py core: docstrings prompts (#23890) 2024-07-05 12:17:52 -04:00
structured.py docs: update numbering of items in method docs (#25093) 2024-08-06 09:21:52 -04:00