It could be nice to have an interface for the user to be able to customize the app's various prompts for different parts (generating buddy image prompt, chat images, etc.) Allowing the user to manage their own prompts I think would add to the app's level of customization ability.
What would be a way to abstract this?
Each prompt is a class extending off a base. I guess have a description of what impact it has / how it's used, the prompt itself.
It could be nice to have an interface for the user to be able to customize the app's various prompts for different parts (generating buddy image prompt, chat images, etc.) Allowing the user to manage their own prompts I think would add to the app's level of customization ability.
What would be a way to abstract this?
Each prompt is a class extending off a base. I guess have a description of what impact it has / how it's used, the prompt itself.