From 808680fe962454ab86b2f3593a83863a930a7279 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sat, 30 Nov 2024 21:26:49 +0100 Subject: [PATCH] Gemini: more instructions --- gemini.py | 1 + 1 file changed, 1 insertion(+) 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"