Hello,
We’ve added to our product the possibility to integrate any website with OpenAI Assistants to allow visitors chat with assistants. In the first version we removed all occurrences of message annotations, but we would like to add them to improve the user experience. We were thinking of something like the one in the attached screenshot.
I have two questions:
- We’ve noticed, that sometimes we can receive empty
annotations
array, sample below. Why is this happening? Is this due to incorrect configuration of the assistant, bad instructions, or is it just what happens and in such a case it is best to remove the annotations?
{
"type": "text",
"text": {
"value": "Yes, OpenWidget provides free tools, including an official Free Customer Service Tools plugin, designed to help customers utilize OpenWidget's features and services at no cost【42†source】. If you need more details or have any other questions, feel free to ask!",
"annotations": []
}
}
- As creators of the assistant, would you like to give users the ability to download source files? Would you prefer it to remain only source material to which the end-user has no access?