-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
P2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 availabletype:featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
One cannot pass model parameters to the Agent dynamically.
Describe the solution you'd like
Add generation_kwargs
to Agent
class's run
and run_async
methods, which is passed to the chat_generator
. Currently, only the streaming_callback
is supported.
Describe alternatives you've considered
Initializing the pipeline everytime before it is being used
Metadata
Metadata
Assignees
Labels
P2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 availabletype:featureNew feature or requestNew feature or request