ManifoldRG / P.A.L.

A toolkit to build AI Agents that proactively interact w/ the world
MIT License
23 stars 0 forks source link

Add versioning for prompt templates #16

Closed abhowmick22 closed 4 months ago

abhowmick22 commented 4 months ago

After experimenting with prompts and finding one that is interesting, upload it as a yaml file following the format of data.yaml. And then instantiate the Prompt class with the version of prompt template to use.

Borrow the fields from the default file for your yaml as needed.