In the realtime API, the content of each item is a list:
'item': {
'id': 'item_ATXmvvZKYPLtYkuJadG5V',
'object': 'realtime.item',
'type': 'message',
'status': 'completed',
'role': 'user',
'content': [{'type': 'input_audio', 'transcript': None}]
}
However, in practice I have never seen an item content with more than one element. I wonder in which situations this list can contain more than that.
Thanks in advance for your replies.