-
Couldn't load subscription status.
- Fork 2.5k
feat: Add generation_kwargs to run methods of Agent #9616
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
feat: Add generation_kwargs to run methods of Agent #9616
Conversation
Co-authored-by: Sebastian Husch Lee <[email protected]>
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Co-authored-by: Sebastian Husch Lee <[email protected]>
Co-authored-by: Sebastian Husch Lee <[email protected]>
…agent-with-generator_kwargs
|
@sjrl I updated the PR, addressed your comments and added release notes. Hopefully ready to merge |
|
@sjrl any chance you find some minutes to look over it? |
|
Hey @jdb78 apologies for the slow response. We are discussing internally if we'd prefer to make this a more general |
|
My personal opinion: |
|
@sjrl : Any movement on this? |
|
Hey @jdb78 sorry for the slow response. After more discussion we agree that adding |
…agent-with-generator_kwargs
|
@jdb78 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
@sjrl done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Pull Request Test Coverage Report for Build 18848249981Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Related Issues
Proposed Changes:
added a generation_kwargs parameter to Agent which are to be passed to LLM
How did you test it?
added generation_kwargs to unit test run
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.