You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Summarizes the extracted text from the PDF using Extension AI.
148
174
/// </summary>
149
175
privateasyncTask<string>SummarizePDF()
150
176
{
151
177
//Summarize the text using the Semantic Kernel AI
152
-
stringsummary=awaitmicrosoftAIExtension.GetAnswerFromGPT("You are a helpful assistant. Your task is to analyze the provided text and generate short summary as a plain text.");
varanswer=awaitGetAnswerFromGPT("You are a helpful assistant. Use the provided PDF document pages and pick a precise page to answer the user question. Provide the answer in plain text without any special formatting or Markdown syntax. Pages: "+message,question);
0 commit comments