Role Goal Backstory
data class RoleGoalBackstory(val role: String, val goal: String, val backstory: String) : RoleGoalBackstorySpec
CrewAI style backstory prompt. Included for users migrating from CrewAI. In Embabel, such structures aren't core to the framework, but merely a PromptContributor that can be used in any action implementation.