Use a simpler example for the sample automation and put schedule on top of instructions

This commit is contained in:
sabaimran 2024-05-09 13:53:19 -07:00
parent 2b8e5a86cc
commit b545aceb47

View file

@ -534,13 +534,13 @@
const placeholderId = Date.now();
automationEl.id = "automation-card-" + placeholderId;
automationEl.innerHTML = `
<label for="query-to-run">Instructions</label>
<textarea id="automation-queryToRun-${placeholderId}" placeholder="Share a Newsletter including: 1. Weather forecast for this Week. 2. A Book Highlight from my Notes. 3. Recap News from Last Week"></textarea>
<label for="schedule">Schedule</label>
<input type="text"
id="automation-schedule-${placeholderId}"
name="schedule"
placeholder="9AM every morning">
<label for="query-to-run">Instructions</label>
<textarea id="automation-queryToRun-${placeholderId}" placeholder="Provide me with a mindful moment, reminding me to be centered."></textarea>
<div class="automation-buttons">
<button type="button"
class="delete-automation-button negative-button"