Supported files:
https://platform.openai.com/docs/assistants/tools/code-interpreter#supported-files
content: [
{ type: 'input_image', file_id: 'file-xx' },
{ type: 'input_text', text: 'what is image?' }
]
content: [
{ type: 'input_file', file_id: 'file-xx' },
{ type: 'input_text', text: 'what is file?' }
]
How about for ask video and audio?
and what is the difference between input files and tools file search?
thanks