Revert "integrations[patch]: remove non-required chat param defaults" (#29048)

Reverts langchain-ai/langchain#26730

discuss best way to release default changes (esp openai temperature)
This commit is contained in:
Erick Friis
2025-01-06 14:45:34 -08:00
committed by GitHub
parent 3d7ae8b5d2
commit 187131c55c
15 changed files with 43 additions and 51 deletions

View File

@@ -8,13 +8,7 @@ TEST_FILE ?= tests/unit_tests/
integration_test integration_tests: TEST_FILE=tests/integration_tests/
test tests:
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)
test_watch:
poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)
integration_test integration_tests:
test tests integration_test integration_tests:
poetry run pytest $(TEST_FILE)
######################