成功解决TypeError: __call__() got an unexpected keyword argument 'first_int'
目录
解决问题
解决思路
解决方法
T1、直接调用原始函数
T2、检查装饰器实现
T3、使用不同的调用方式
解决问题
result = multiply(**arguments)
File "D:\ProgramData\Anaconda3\Lib\site-packages\langchain_core\_api\deprecation.py", line 168, in warning_emitting_wrapper
return wrapped(*args, **kwargs)
TypeError: __call__() got an unexpected keyword argument 'first_int'