Package com.embabel.agent.prompt.persona
Object RoleGoalBackstorySpec.Companion
-
- All Implemented Interfaces:
public class RoleGoalBackstorySpec.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RoleGoalBackstorySpec.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static RoleGoalBackstorySpeccreate(String role, String goal, String backstory)final RoleGoalBackstorySpecinvoke(String role, String goal, String backstory)final static RoleGoalBackstorySpec.RoleBuilderwithRole(String role)Convenient Java-friendly way to start building a RoleGoalBackstory in fluent style. -
-
Method Detail
-
create
final static RoleGoalBackstorySpec create(String role, String goal, String backstory)
-
invoke
final RoleGoalBackstorySpec invoke(String role, String goal, String backstory)
-
withRole
final static RoleGoalBackstorySpec.RoleBuilder withRole(String role)
Convenient Java-friendly way to start building a RoleGoalBackstory in fluent style.
-
-
-
-