langchain: update extended test (#29988)

This commit is contained in:
ccurme 2025-02-25 09:58:20 -05:00 committed by GitHub
parent 47e1a384f7
commit 32704f0ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,7 @@ def test_configurable_with_default() -> None:
"model": "claude-3-sonnet-20240229",
"max_tokens": 1024,
"temperature": None,
"thinking": None,
"top_k": None,
"top_p": None,
"default_request_timeout": None,