Gemini: more motivational prompt

This commit is contained in:
projectmoon 2024-11-30 21:35:33 +01:00
parent 9efbc91a72
commit 1b2ae3868b
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ from typing import Optional
def result_instructions(url: str, redirect: bool=False) -> str:
content_instructions = (
"Report the content to the user and answer their question."
"Use the content to fulfill what the user asks."
"Do not make assumptions. This is the content you need. "
"Even if you think it's not the right content, report the "
"content anyway. Do not say you think it's the wrong content."
)
return ("# Gemini Content Fetch Result\n"