Connects Word to your own API endpoint Reads selected text or the full document Supports rewrite, summary, translation, and custom prompts Writes the result back into the document Uses a local proxy ...
CREATE INDEX IF NOT EXISTS idx_weather_timestamp ON weather_data(timestamp DESC); CREATE INDEX IF NOT EXISTS idx_solar_timestamp ON solar_wind_data(timestamp DESC); -- Grant permissions to timeapp ...