From 18b6b5a7c029beb417556d3e803f5f33a71ac42c Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Wed, 21 Jan 2026 18:43:03 +0100 Subject: [PATCH] Clarify sample data reload process in AI agent instructions --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index a39092c..14cccf3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -33,7 +33,7 @@ The server keeps two pieces of information in memory: 1. The sample data itself. 2. A state variable (a GUID) that changes whenever new sample data is uploaded. -The React application load the sample data at startup and periodically checks the state variable to see if new sample data is available. If state variable changes, the React app fetches the new sample data and the state variable again. +The React application load the sample data at startup and periodically checks the state variable to see if new sample data is available. If state variable changes, the React app displays a button beneath the expression input area to reload the sample data. The reload is performed only when the user clicks the button. ### API