From f00d6ebd0fe439d418a691812c8f4120d03dee34 Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Sun, 24 Mar 2024 14:27:21 -0700 Subject: [PATCH] Update gptparser.py --- .scripts/gptparser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/gptparser.py b/.scripts/gptparser.py index 7681533..f613800 100644 --- a/.scripts/gptparser.py +++ b/.scripts/gptparser.py @@ -32,7 +32,8 @@ SUPPORTED_FIELDS = { 'instructions': GptFieldInfo(60, 'Instructions'), 'actions': GptFieldInfo(70, 'Actions'), 'kb_files_list': GptFieldInfo(80, 'KB Files List'), - 'extras': GptFieldInfo(90, 'Extras') + 'extras': GptFieldInfo(90, 'Extras'), + 'protected': GptFieldInfo(100, 'Protected'), } """ Dictionary of the fields supported by GPT markdown files: