langchain/libs/experimental/langchain_experimental/cpal
Kagura Chen 57783c5e55
Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846)
This PR addresses several lint errors in the core package of LangChain.
Specifically, the following issues were fixed:

1.Unexpected keyword argument "required" for "Field"  [call-arg]
2.tests/integration_tests/chains/test_cpal.py:263: error: Unexpected
keyword argument "narrative_input" for "QueryModel" [call-arg]
2024-06-13 18:18:00 -07:00
..
templates Upgrade to newer black (23.10) and ruff (first 0.1.x!) versions. (#11944) 2023-10-17 17:24:51 -04:00
__init__.py experimental[patch]: update module doc strings (#19539) 2024-03-26 10:38:10 -04:00
base.py experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
constants.py docstrings experimental (#7969) 2023-07-24 14:21:48 -07:00
models.py Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846) 2024-06-13 18:18:00 -07:00
README.md rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00

Causal program-aided language (CPAL) chain

see https://github.com/langchain-ai/langchain/pull/6255