Skip to content

Commit 36a2f53

Browse files
fix: facts
1 parent a395ba1 commit 36a2f53

File tree

1 file changed

+0
-3
lines changed
  • packages/plugin-bootstrap/src/evaluators

1 file changed

+0
-3
lines changed

packages/plugin-bootstrap/src/evaluators/goal.ts

-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ async function handler(
5858
// get goals
5959
let goalsData = await getGoals({
6060
runtime,
61-
agentId: runtime.agentId,
6261
roomId: message.roomId,
6362
onlyInProgress: options.onlyInProgress as boolean,
6463
});
@@ -82,7 +81,6 @@ async function handler(
8281
// get goals
8382
goalsData = await getGoals({
8483
runtime,
85-
agentId: runtime.agentId,
8684
roomId: message.roomId,
8785
onlyInProgress: true,
8886
});
@@ -148,7 +146,6 @@ export const goalEvaluator: Evaluator = {
148146
// Check if there are active goals that could potentially be updated
149147
const goals = await getGoals({
150148
runtime,
151-
agentId: runtime.agentId,
152149
count: 1,
153150
onlyInProgress: true,
154151
roomId: message.roomId,

0 commit comments

Comments
 (0)