jkomoros / prompt-garden

A framework for gardening LLM prompts
Apache License 2.0
13 stars 1 forks source link

Create a web app version #6

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago
jkomoros commented 1 year ago

The complex schema checking appears to be broken in VSCode, so #7 basically doesn't work right now, it's not obvious how to make it work, it's clear the recursive/large schema checking is falling off some cliff. It looks like other folks are having issues with adjacent problems too, e.g. https://github.com/microsoft/vscode/issues/177142 , so maybe over the next few months it will clean itself up?

But for now the editing experience is about 100x harder without schema checking and intellisense to guide you through the names of different types and what arguments they expect.

That implies that the importance of a web app editing experience is much more important.

To start, just do a very very simple webapp that allows you to edit a packet in localstorage and copy/paste it.