-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
For now, it looks like we can sort of uniquely identify each template using a combination of template name and dataset name, but I'm expecting potential collisions when a lot of people start contributing. Besides, naming each template might not be useful (like if we end up with names like template1
template2
etc...), and it would help contributors if they don't have to add a name/check conflicts on the naming part before merging their template.yaml.
I was thinking that we could add an ID to each entry by getting the hash of timestamp + dataset + string of prompt python function or jinja template? That should be more than enough to prevent collisions
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request