File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/java/com/embabel/template/agent Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.5.9 </version >
9+ <version >3.5.10 </version >
1010 <relativePath /> <!-- Lookup parent from repository -->
1111 </parent >
1212 <groupId >com.embabel.template</groupId >
1818
1919 <properties >
2020 <java .version>21</java .version>
21- <embabel-agent .version>0.3.1 </embabel-agent .version>
21+ <embabel-agent .version>0.3.3 </embabel-agent .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change 3434import java .time .format .DateTimeFormatter ;
3535
3636abstract class Personas {
37- static final RoleGoalBackstory WRITER = RoleGoalBackstory
38- . withRole ( "Creative Storyteller" )
39- . andGoal ( "Write engaging and imaginative stories" )
40- . andBackstory ( "Has a PhD in French literature; used to work in a circus" );
37+ static final RoleGoalBackstory WRITER = new RoleGoalBackstory (
38+ "Creative Storyteller" ,
39+ "Write engaging and imaginative stories" ,
40+ "Has a PhD in French literature; used to work in a circus" );
4141
42- static final Persona REVIEWER = Persona . create (
42+ static final Persona REVIEWER = new Persona (
4343 "Media Book Review" ,
4444 "New York Times Book Reviewer" ,
4545 "Professional and insightful" ,
You can’t perform that action at this time.
0 commit comments