Theme variables for Google AI (Gemini) settings

Configuration for the Google provider. This group contains all Google-related theme variables.

$gbc-ai-rewrite-google-instructions

Base instructions for Google(Gemini) AI rewrite (used as system/prompt preamble). Use {{BR}} to insert a line break in the prompt.

Type: string

Default value: $gbc-ai-rewrite-instructions

Computed value: "Rewrite the text to improve clarity and grammar while preserving meaning.{{BR}}Keep the same language as the input.{{BR}}Output plain text only (no markdown).{{BR}}Do not add new facts.{{BR}}Do not rewrite or repeat the CONTEXT section.{{BR}}CONTEXT format is: title(desc)=value (one per line).{{BR}}If the text conflicts with CONTEXT, prefer CONTEXT for those values."

$gbc-ai-rewrite-google-input-template

Template used to build the rewrite input. {{BR}} inserts a line break. Available placeholders: {{context}}, {{tone}}, {{length}}, {{text}}.

Type: string

Default value: $gbc-ai-rewrite-input-template

Computed value: "CONTEXT (source of truth, use only if relevant):{{BR}}{{context}}{{BR}}{{BR}}CONSTRAINTS:{{BR}}{{tone}}{{BR}}{{length}}{{BR}}{{BR}}TEXT:{{BR}}{{text}}"