From 3bf3412b2725059f916bdd9990e83142689e36b5 Mon Sep 17 00:00:00 2001 From: WFH Brian Date: Sat, 29 Jun 2024 10:11:21 -0400 Subject: [PATCH] 2.1.78 --- build/actions_openapi.json | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/actions_openapi.json b/build/actions_openapi.json index 3dcb611f..d831a7b6 100644 --- a/build/actions_openapi.json +++ b/build/actions_openapi.json @@ -14,7 +14,7 @@ "properties": { "hypothetical_1": { "type": "string", - "description": "Short hypothetical notes predicted to be semantically similar to the notes necessary to fulfill the user's request. At least three hypotheticals per request. The hypothetical notes may contain paragraphs, lists, or checklists in markdown format. Hypothetical notes always begin with breadcrumbs containing the anticipated folder(s), file name, and relevant headings separated by ' > ' (no slashes). Example: PARENT FOLDER NAME > CHILD FOLDER NAME > FILE NAME > HEADING 1 > HEADING 2 > HEADING 3: HYPOTHETICAL NOTE CONTENTS." + "description": "Short hypothetical notes predicted to be semantically similar to the notes necessary to fulfill the user's request. At least three hypotheticals per request. The hypothetical notes may contain paragraphs, lists, or checklists in markdown format. Hypothetical notes always begin with breadcrumbs containing the anticipated folder(s), file name, and relevant headings separated by ' > ' (no slashes). Format: PARENT FOLDER NAME > CHILD FOLDER NAME > FILE NAME > HEADING 1 > HEADING 2 > HEADING 3: HYPOTHETICAL NOTE CONTENTS." }, "hypothetical_2": { "type": "string", diff --git a/manifest.json b/manifest.json index 14ee301d..26853808 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "minAppVersion": "1.1.0", "authorUrl": "https://wfhbrian.com", "isDesktopOnly": true, - "version": "2.1.77" + "version": "2.1.78" } \ No newline at end of file