hkitsmallpotato / let-ai-dev

Let AI give a try at software dev
MIT License
3 stars 0 forks source link

Infra - Prompt editor #8

Open lemonteaa opened 1 year ago

lemonteaa commented 1 year ago

Maybe check if existing open source projects out there already have this.

A prompt editor manages the prompts by providing UI to let user edit it with template variable. Also the UI integration can save many copy-pasting.

Further work can involve UI to let user setup a prompt-chain (a graph whose vertices are prompts, edges represent flow of values from AI output to template variable. Could also couple this to the UI elements) using a GUI.