copyrightPrompt function

String copyrightPrompt(
  1. String markdown,
  2. String userPrompt
)

Prompt for non-preapproved domains (copyright restrictions).

Implementation

String copyrightPrompt(String markdown, String userPrompt) =>
    '''
Here is the content from a web page:

<content>
$markdown
</content>

User request: $userPrompt

IMPORTANT COPYRIGHT GUIDELINES:
- Maximum 125-character quotes from the source
- Must use quotation marks for exact language
- Do not reproduce word-for-word content
- Do not reproduce song lyrics, poems, or similar creative works
- Summarize and paraphrase instead of copying
- Note: This is not legal advice''';