allenhutchison / obsidian-gemini

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

use XML tags for context management rather than ASCII #33

Open allenhutchison opened 1 week ago

allenhutchison commented 1 week ago

The ASCII #### tags in context management throw the model off and make it think that it's part of the syntax of the current file. Let's replace that structure with XML style tags instead:

And see if that improves the support.