@@ -72,7 +72,7 @@ async function handler(
72
72
const response = await generateText ( {
73
73
runtime,
74
74
context,
75
- modelClass : ModelClass . SMALL ,
75
+ modelClass : ModelClass . LARGE ,
76
76
} ) ;
77
77
78
78
// Parse the JSON response to extract goal updates
@@ -160,12 +160,12 @@ export const goalEvaluator: Evaluator = {
160
160
context : `Actors in the scene:
161
161
{{user1}}: An avid reader and member of a book club.
162
162
{{user2}}: The organizer of the book club.
163
-
163
+
164
164
Goals:
165
165
- Name: Finish reading "War and Peace"
166
166
id: 12345-67890-12345-67890
167
167
Status: IN_PROGRESS
168
- Objectives:
168
+ Objectives:
169
169
- Read up to chapter 20 by the end of the month
170
170
- Discuss the first part in the next meeting` ,
171
171
@@ -206,12 +206,12 @@ export const goalEvaluator: Evaluator = {
206
206
context : `Actors in the scene:
207
207
{{user1}}: A fitness enthusiast working towards a marathon.
208
208
{{user2}}: A personal trainer.
209
-
209
+
210
210
Goals:
211
211
- Name: Complete a marathon
212
212
id: 23456-78901-23456-78901
213
213
Status: IN_PROGRESS
214
- Objectives:
214
+ Objectives:
215
215
- Increase running distance to 30 miles a week
216
216
- Complete a half-marathon as practice` ,
217
217
@@ -249,12 +249,12 @@ export const goalEvaluator: Evaluator = {
249
249
context : `Actors in the scene:
250
250
{{user1}}: A student working on a final year project.
251
251
{{user2}}: The project supervisor.
252
-
252
+
253
253
Goals:
254
254
- Name: Finish the final year project
255
255
id: 34567-89012-34567-89012
256
256
Status: IN_PROGRESS
257
- Objectives:
257
+ Objectives:
258
258
- Submit the first draft of the thesis
259
259
- Complete the project prototype` ,
260
260
@@ -294,12 +294,12 @@ export const goalEvaluator: Evaluator = {
294
294
context : `Actors in the scene:
295
295
{{user1}}: A project manager working on a software development project.
296
296
{{user2}}: A software developer in the project team.
297
-
297
+
298
298
Goals:
299
299
- Name: Launch the new software version
300
300
id: 45678-90123-45678-90123
301
301
Status: IN_PROGRESS
302
- Objectives:
302
+ Objectives:
303
303
- Complete the coding for the new features
304
304
- Perform comprehensive testing of the software` ,
305
305
0 commit comments