File tree 1 file changed +0
-3
lines changed
packages/plugin-bootstrap/src/evaluators
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ async function handler(
58
58
// get goals
59
59
let goalsData = await getGoals ( {
60
60
runtime,
61
- agentId : runtime . agentId ,
62
61
roomId : message . roomId ,
63
62
onlyInProgress : options . onlyInProgress as boolean ,
64
63
} ) ;
@@ -82,7 +81,6 @@ async function handler(
82
81
// get goals
83
82
goalsData = await getGoals ( {
84
83
runtime,
85
- agentId : runtime . agentId ,
86
84
roomId : message . roomId ,
87
85
onlyInProgress : true ,
88
86
} ) ;
@@ -148,7 +146,6 @@ export const goalEvaluator: Evaluator = {
148
146
// Check if there are active goals that could potentially be updated
149
147
const goals = await getGoals ( {
150
148
runtime,
151
- agentId : runtime . agentId ,
152
149
count : 1 ,
153
150
onlyInProgress : true ,
154
151
roomId : message . roomId ,
You can’t perform that action at this time.
0 commit comments