
Ultimate access to all questions.
Your team is working on a project that requires generating summaries of long documents. You have decided to use Azure OpenAI Service for this task. Describe how you would use the Azure OpenAI APIs to submit the documents and receive summary responses.
A
Use the Azure OpenAI APIs to submit the full text of the documents and receive summary responses based on the full text.
B
Use the Azure OpenAI APIs to submit the titles of the documents and receive summary responses based on the titles.
C
Use the Azure OpenAI APIs to submit the first few sentences of the documents and receive summary responses based on the initial sentences.
D
Use the Azure OpenAI APIs to submit the document outlines and receive summary responses based on the outlines.