Deepak S V

Results 20 comments of Deepak S V

I just found out that it is possible to solve this problem by modifying the following function in `langchain/tools/python/tool.py` as follows: ``` @root_validator(pre=True) def validate_python_version(cls, values: Dict) -> Dict: """Validate...

Ok sure, I can do that. Let me revert my last commit, and make the changes you mentioned. Thanks for your reply.

The code is ready to be merged now. I made 3 new commits, ensuring that all tests & linting are passed (followed all instructions in the contributing guidelines). The last...

@hwchase17 I could do that. But the only issue with that approach is, the "AgentAction" carries the 'Action_Input' and 'log' (which is a total 2 parameters). In Action_Input - I...

@hwchase17 Update: Since @Davidkloving and others have pointed out this as a needed feature right now, I have solved the minor lint error, and pushed it again, and is ready...

@hwchase17, is there anything blocking this merge?

Reopened this PR & merged in https://github.com/hwchase17/langchain/pull/5014

If you are using an Arduino micro controller then check this: https://github.com/tonybaltovski/ros_arduino

I had the same problem. Increasing the transform_tolerance parameter to a higher value (1.5 seconds in my case) solved the issue.