The Built‐In (Default) Prompts - samwega/obsidian-wordsmith GitHub Wiki
The prompts used behind the scenes are not secret, you can find them in your WordSmith plugin folder (after you've run used the plugin once) in the data.json file. Do not try to edit this file directly, it gets rewritten with every reload and a single comma out of place means the plugin will rewrite the whole file and your Custom Prompts, settings, including your API keys, will be deleted.
It is better to make your own custom version of them. Just copy the prompt from data.json, tweak it to suit your needs and save it as a Custom Prompt via the Settings Add New Prompt button.
Some of the less powerful models may inconsistently follow complex instructions, ignoring for instance that they should output only the modified text. They may still be useful for ad-hoc generation as that has no complex instructions. Some models are just not very good at following instructions in that stric way, yet they may be very creative and decent writers.
As of version 1.11.0, you can turn on the Runtime Debug Logging in your settings—the Preset Prompts will be logged to console as per the screenshot below (Ctrl+Shift+i and expand {model > messages:
). Double click the prompt to be able to copy it. The prompt goes from [AI ROLE]:
all the way to --- Text to Transform Start ---
(i.e. remove those bits, they are not part of the prompt).