mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
core, community: deprecate tool.__call__ (#20900)
Does not update docs.
This commit is contained in:
@@ -147,7 +147,7 @@ def test_load_pupmed_from_universal_entry() -> None:
|
||||
"Examining the Validity of ChatGPT in Identifying "
|
||||
"Relevant Nephrology Literature"
|
||||
)
|
||||
output = pubmed_tool(search_string)
|
||||
output = pubmed_tool.invoke(search_string)
|
||||
test_string = (
|
||||
"Examining the Validity of ChatGPT in Identifying "
|
||||
"Relevant Nephrology Literature: Findings and Implications"
|
||||
|
Reference in New Issue
Block a user