-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
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
updated the langchain tools #65
Conversation
hey @shubhiscoding - awesome work just 1 thing will need to change the action for each tool needs to be independent, so can be in a file under src/action/index.ts and then import those action in src/langchain/index.ts and use them there, as per the orignal tool without extending it to Action interface |
for validator, you'll need to use zod |
25f5730
to
239b5a0
Compare
Hii @thearyanag I have made the changes you asked for and tested it too, might be the fix for #53 Please review it once! |
@thearyanag are there any changes to be made? |
I reviewed your test, I think this can be submitted for a PR. |
Can it be merged then? @thearyanag? |
hey @shubhiscoding - this looks good
|
closing this in favour of #72 |
Hii @thearyanag I have fixed the single input function issue, also removed all the unsed types and have added input vallidation in the lastest commit I just pushed, can you please reopen this? |
I'm raising another PR #101 just review it once, If it doesn't fixes the issue close it and I won't raise a PR again for this issue. |
Updated every class under langchain to implement Action interface without changing it's functionalities.
This pull request was created for https://app.gib.work/bounties/1a071256-33aa-4369-8d24-21839bcd4192 in an attempt to solve a bounty #53 . Payment for the bounty is immediately sent to the contributor after merge.