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
{
"reply": "Hello! How can I assist you today?",
"defenceReport": {
"blockedReason": "",
"isBlocked": false,
"alertedDefences": [],
"triggeredDefences": []
},
"wonLevel": false,
"isError": false,
"openAIErrorMessage": null,
"sentEmails": []
}
🔧 Which all looks pretty good, except some of these things are empty / containing a default value most of the time. For example, most of the time a chat message won't result in sentEmails. And the defenceReport is simply irrelevant for levels 1 and 2.
The text was updated successfully, but these errors were encountered:
The response from sending a chat message
openai/chat
takes a message likeand returns a response like:
🔧 Which all looks pretty good, except some of these things are empty / containing a default value most of the time. For example, most of the time a chat message won't result in
sentEmails
. And thedefenceReport
is simply irrelevant for levels 1 and 2.The text was updated successfully, but these errors were encountered: