Makers use the Power Pages summarization API to add page content summarization with generative AI. This feature lets site users get an overview of a page's content without reading the entire page. The API is built on the Power Pages Web API, which provides data summarization for Dataverse tables used on pages.
Enable pages in your web API and set the following site settings for the summarization API feature.
Summarization/Data/Enable Enable or disable the summarization feature.
Default: false
Valid values: true, false
Summarization/prompt/{any_identifier}
Use these settings to provide instructions for summarization.
Type: string
Example:
Name: Summarization/prompt/case_summary
Value: Summarize key details and critical information
Summarization/Data/ContentSizeLimit Modify the input size limit for summarization content.
Type: integer
Default: 100,000
InstructionIdentifier -This property is optional. To pass extra instructions for summarization, use the site settings to add the prompt. Always provide the site setting name as it was previously defined.
sample : Summarize the case type, subject, description, and case history by focusing on key details and important information.