allenhutchison / obsidian-gemini

An obsidian plugin to interact with Google Gemini
MIT License
7 stars 2 forks source link

Fix prompt ordering for better caching #42

Closed allenhutchison closed 5 days ago

allenhutchison commented 6 days ago

I want to split up the prompts a little bit to get better possible caching of the conversation history.

Ordering should be:

0 - General Prompt with linked file context 1 - Date and Time (It's unclear how valuable time is in these conversations) 2 - Current File context 3 - Conversation turns

If the current files is changed, it should be added as a new 2 later in the history.