-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Question
We want to provide some real time context to an agent. We currently use an @instructions to provide the context to the agent. The next message, the context may have changed but the agent seems to still remember the previous instructions from the message_history so its response is out of date.
Is there a way to exclude this specific instructions (or system_prompt) from being stored in the history?
Thanks for this amazing lib.
Additional Context
No response