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
Currently bot answers are not able to take into account questions and answers previously exchanged in the same conversation.
In order to make the interaction more conversational we might consider fetching the last few conversation messages (https://api.slack.com/methods/conversations.history) and provide those as createChatCompletion payload (using proper user/assistant roles).
This way a user should be able to ask extra details about the previous answer without rephrasing the whole subject.
The text was updated successfully, but these errors were encountered:
Currently bot answers are not able to take into account questions and answers previously exchanged in the same conversation.
In order to make the interaction more conversational we might consider fetching the last few conversation messages (https://api.slack.com/methods/conversations.history) and provide those as
createChatCompletion
payload (using properuser
/assistant
roles).This way a user should be able to ask extra details about the previous answer without rephrasing the whole subject.
The text was updated successfully, but these errors were encountered: