I want to “insert” a context for my AI Agent. Im using Postgres as chat memory.
Example: my AI must schedule a meeting with the user. it works normally. But i have other workflow that sends a reminder to the user about 2h before the date.
This workflow sends the message that i wrote and pre-defined. How can I “insert” this exact message to the specific user chat memory in postgres? So that the AI know about that reminder in a next conversation.
Actually i tried to Insert a row in the database with the exactly same structure that the AI Agent generate every message, but it seems to not work. When I ask to the Agent “do you sent this: (then i paste the message that i inserted)?”, and the answer is No.