From b990ac5662f6f5639df6df86b2d16b54022bf62b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 12 Apr 2026 14:06:58 -0700 Subject: [PATCH] Revise README for JSON makeup and query details Updated README with new JSON makeup format for queries. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 3835c66..dcd6bd2 100644 --- a/README +++ b/README @@ -7,8 +7,9 @@ The filenames in the ? dir are our queries for SEARCH_MODEL (excluding the .json Everytime the workflow runs, we query SEARCH_MODEL for each filename, and add the latest response inside. We cut off the tail if longer than JSON_ROLLING_WINDOW. -<3.json is our ungoing chat with REASON_MODEL. JSON_ROLLING_WINDOW also applies to <3.json. - -<3.json makeup: - -User: +JSON Makeup: +User: filename query +Assistant: Date followed by SEARCH_MODEL response. +User: REASON_MODEL_QUERY +Assistant: REASON_MODEL_RESPONSE (ntfy call) +... REPEAT