fix(langchain): activate test_return_direct_spec tests, fix types (#34565)

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
This commit is contained in:
Christophe Bornet
2026-01-10 04:52:12 +01:00
committed by GitHub
parent 5fbf270c9d
commit a7b943bbe3
2 changed files with 21 additions and 10 deletions

View File

@@ -141,8 +141,8 @@ ignore-var-parameters = true # ignore missing documentation for *args and **kwa
"ANN", # Annotations, needs to fix
"ARG", # Arguments, needs to fix
]
"tests/unit_tests/agents/test_return_direct_spec.py" = ["F821"]
"tests/unit_tests/agents/test_responses_spec.py" = ["F821"]
"tests/unit_tests/agents/test_return_direct_spec.py" = ["F821"]
"tests/unit_tests/agents/test_react_agent.py" = ["ALL"]
"tests/*" = [