From 5d2a68ddea0d914dded0affeded52705f5d6a6f3 Mon Sep 17 00:00:00 2001 From: phranzia <9207473+phranzia@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:46:48 -0700 Subject: [PATCH 1/2] Move prompt examples to folders --- custom-nocode-examples/{ => exact-match}/prompts/qa.txt | 0 custom-nocode-examples/{ => multiple-choice}/prompts/gpqa.txt | 0 custom-nocode-examples/{ => multiple-choice}/prompts/medmcqa.txt | 0 custom-nocode-examples/{ => multiple-choice}/prompts/medqa.txt | 0 custom-nocode-examples/{ => multiple-choice}/prompts/mmlu-pro.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename custom-nocode-examples/{ => exact-match}/prompts/qa.txt (100%) rename custom-nocode-examples/{ => multiple-choice}/prompts/gpqa.txt (100%) rename custom-nocode-examples/{ => multiple-choice}/prompts/medmcqa.txt (100%) rename custom-nocode-examples/{ => multiple-choice}/prompts/medqa.txt (100%) rename custom-nocode-examples/{ => multiple-choice}/prompts/mmlu-pro.txt (100%) diff --git a/custom-nocode-examples/prompts/qa.txt b/custom-nocode-examples/exact-match/prompts/qa.txt similarity index 100% rename from custom-nocode-examples/prompts/qa.txt rename to custom-nocode-examples/exact-match/prompts/qa.txt diff --git a/custom-nocode-examples/prompts/gpqa.txt b/custom-nocode-examples/multiple-choice/prompts/gpqa.txt similarity index 100% rename from custom-nocode-examples/prompts/gpqa.txt rename to custom-nocode-examples/multiple-choice/prompts/gpqa.txt diff --git a/custom-nocode-examples/prompts/medmcqa.txt b/custom-nocode-examples/multiple-choice/prompts/medmcqa.txt similarity index 100% rename from custom-nocode-examples/prompts/medmcqa.txt rename to custom-nocode-examples/multiple-choice/prompts/medmcqa.txt diff --git a/custom-nocode-examples/prompts/medqa.txt b/custom-nocode-examples/multiple-choice/prompts/medqa.txt similarity index 100% rename from custom-nocode-examples/prompts/medqa.txt rename to custom-nocode-examples/multiple-choice/prompts/medqa.txt diff --git a/custom-nocode-examples/prompts/mmlu-pro.txt b/custom-nocode-examples/multiple-choice/prompts/mmlu-pro.txt similarity index 100% rename from custom-nocode-examples/prompts/mmlu-pro.txt rename to custom-nocode-examples/multiple-choice/prompts/mmlu-pro.txt From 8c3c5ccbdceb9ed1e937574afee1f4741e2b3b0a Mon Sep 17 00:00:00 2001 From: phranzia <9207473+phranzia@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:58:49 -0700 Subject: [PATCH 2/2] revert changes --- custom-nocode-examples/{multiple-choice => }/prompts/gpqa.txt | 0 custom-nocode-examples/{multiple-choice => }/prompts/medmcqa.txt | 0 custom-nocode-examples/{multiple-choice => }/prompts/medqa.txt | 0 custom-nocode-examples/{multiple-choice => }/prompts/mmlu-pro.txt | 0 custom-nocode-examples/{exact-match => }/prompts/qa.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename custom-nocode-examples/{multiple-choice => }/prompts/gpqa.txt (100%) rename custom-nocode-examples/{multiple-choice => }/prompts/medmcqa.txt (100%) rename custom-nocode-examples/{multiple-choice => }/prompts/medqa.txt (100%) rename custom-nocode-examples/{multiple-choice => }/prompts/mmlu-pro.txt (100%) rename custom-nocode-examples/{exact-match => }/prompts/qa.txt (100%) diff --git a/custom-nocode-examples/multiple-choice/prompts/gpqa.txt b/custom-nocode-examples/prompts/gpqa.txt similarity index 100% rename from custom-nocode-examples/multiple-choice/prompts/gpqa.txt rename to custom-nocode-examples/prompts/gpqa.txt diff --git a/custom-nocode-examples/multiple-choice/prompts/medmcqa.txt b/custom-nocode-examples/prompts/medmcqa.txt similarity index 100% rename from custom-nocode-examples/multiple-choice/prompts/medmcqa.txt rename to custom-nocode-examples/prompts/medmcqa.txt diff --git a/custom-nocode-examples/multiple-choice/prompts/medqa.txt b/custom-nocode-examples/prompts/medqa.txt similarity index 100% rename from custom-nocode-examples/multiple-choice/prompts/medqa.txt rename to custom-nocode-examples/prompts/medqa.txt diff --git a/custom-nocode-examples/multiple-choice/prompts/mmlu-pro.txt b/custom-nocode-examples/prompts/mmlu-pro.txt similarity index 100% rename from custom-nocode-examples/multiple-choice/prompts/mmlu-pro.txt rename to custom-nocode-examples/prompts/mmlu-pro.txt diff --git a/custom-nocode-examples/exact-match/prompts/qa.txt b/custom-nocode-examples/prompts/qa.txt similarity index 100% rename from custom-nocode-examples/exact-match/prompts/qa.txt rename to custom-nocode-examples/prompts/qa.txt