Commit f9ae232
authored
refactor(models): remove unused _arun method from LangChain tool (#69)
The _arun async method was just wrapping the sync _run method without
providing any actual async benefits. LangChain's BaseTool provides a
default implementation that raises NotImplementedError, which is
sufficient for our use case since we don't support true async execution.1 parent f2f0d44 commit f9ae232
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | 440 | | |
444 | 441 | | |
445 | 442 | | |
| |||
0 commit comments