-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Filter out LLM request when switching between agents #2375
Copy link
Copy link
Closed
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementation
Description
** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.
Is your feature request related to a problem? Please describe.
Currently the LLM calls include all history from the session. We have a specific use case filter out the LLM request when switching between agents
Describe the solution you'd like
Create a tool for the same. The same will be called using before_model_callback
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
I have written a tool for the same, happy to contribute
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
core[Component] This issue is related to the core interface and implementation[Component] This issue is related to the core interface and implementation