RoleGoalBackstory

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.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class GoalBuilder(role: String, goal: String)
Link copied to clipboard
class RoleBuilder(role: String)

Properties

Link copied to clipboard
abstract val backstory: String
Link copied to clipboard
abstract val goal: String

Functions

Link copied to clipboard
open fun contribution(): String