diff --git a/gemini.py b/gemini.py index 747df21..8f8b8e9 100644 --- a/gemini.py +++ b/gemini.py @@ -16,6 +16,7 @@ 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." ) return ("# Gemini Content Fetch Result\n"