refactor(tests): remove unused imports and variables, fix typos and update node types

This commit is contained in:
Gabriel Almeida 2023-05-06 10:26:42 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 3b733ada01
4 changed files with 17 additions and 91 deletions

View file

@ -191,7 +191,7 @@ def test_llm_checker_chain(client: TestClient):
"multiline": False,
"password": False,
"name": "llm",
"type": "BaseLLM",
"type": "BaseLanguageModel",
"list": False,
"advanced": False,
}