Update gptparser.py
This commit is contained in:
@@ -32,7 +32,8 @@ SUPPORTED_FIELDS = {
|
|||||||
'instructions': GptFieldInfo(60, 'Instructions'),
|
'instructions': GptFieldInfo(60, 'Instructions'),
|
||||||
'actions': GptFieldInfo(70, 'Actions'),
|
'actions': GptFieldInfo(70, 'Actions'),
|
||||||
'kb_files_list': GptFieldInfo(80, 'KB Files List'),
|
'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:
|
Dictionary of the fields supported by GPT markdown files:
|
||||||
|
|||||||
Reference in New Issue
Block a user