assistant-ai / jess

9 stars 1 forks source link

Move most of prompts to json -> json storage #113

Open nikkrichko opened 1 year ago

nikkrichko commented 1 year ago

Usually, it's not readable and difficult to edit prompts inside plain text. Right now, it become easier to operate with json. So the main Idea is to move prompts from plain text to JSON and call it from promptStorage as and constant inside of preprompt builder. it was already done for some jess command - and it become more easy to operate