We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用RAG方式问答时提示错误: "Error: TypeError('_new_to_args_and_kwargs() takes 2 positional arguments but 3 were given') Please fix your mistakes." 修改_new_to_args_and_kwargs,临时加入了id参数后不再提示错误,请问id做何用?如何根本解决问题,谢谢! def _new_to_args_and_kwargs(self, id, tool_input: Union[str, Dict]) -> Tuple[Tuple, Dict]:
The text was updated successfully, but these errors were encountered:
yuehua-s
No branches or pull requests
在使用RAG方式问答时提示错误:
"Error: TypeError('_new_to_args_and_kwargs() takes 2 positional arguments but 3 were given')
Please fix your mistakes."
修改_new_to_args_and_kwargs,临时加入了id参数后不再提示错误,请问id做何用?如何根本解决问题,谢谢!
def _new_to_args_and_kwargs(self, id, tool_input: Union[str, Dict]) -> Tuple[Tuple, Dict]:
The text was updated successfully, but these errors were encountered: