# I’m working with the Azure OpenAI API to upload a PDF file, create a thread, and send a message containing the uploaded file for summarization. However, when I try to send the message, I receive the following error:
# { "error": { "message": "Missing required parameter: 'content'.", "type": "invalid_request_error", "param": "content", "code": "missing_required_parameter" } }