You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now save unsafe AI messages. This needs to be filtered out from the chat history whenever we give it to the LLM to generate a response, as well as from the chat UI when debug mode is disabled.
Proposed approach:
We tag the offending messages with a new tag. Something like SAFTEY_LAYER_TRIGGERD. Whenever we send the history to th bot or show it to the participant, we filter out all AI messages with this tag, since it is unsafe.
The text was updated successfully, but these errors were encountered:
We now save unsafe AI messages. This needs to be filtered out from the chat history whenever we give it to the LLM to generate a response, as well as from the chat UI when debug mode is disabled.
Proposed approach:
We tag the offending messages with a new tag. Something like
SAFTEY_LAYER_TRIGGERD
. Whenever we send the history to th bot or show it to the participant, we filter out all AI messages with this tag, since it is unsafe.The text was updated successfully, but these errors were encountered: