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/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]
3 months ago
..
templates
README.md
__init__.py experimental[patch]: update module doc strings (#19539) 6 months ago
base.py experimental[patch]: `prompts` import fix (#20534) 5 months ago
constants.py
models.py Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846) 3 months ago

README.md

Causal program-aided language (CPAL) chain

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