Hey there,
I am building a conversational AI application where I need to provide the AI with some information during the conversation when something changes. For example if an event happens I want to let the AI know about it, it could be the user changes their name or something else. I have quite a few of these event. I tried to read throught the documentation but couldn’t find a solution. I tried to use the role: 'system', but that is only allowed at the beginning of the conversation for some reason.
Is there any solution to adding system messages during a conversation, that does not include just appending them to the users next request? Thanks.
