Skip to content

Commit

Permalink
fix: facts
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 23, 2024
1 parent a395ba1 commit 36a2f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/plugin-bootstrap/src/evaluators/goal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async function handler(
// get goals
let goalsData = await getGoals({
runtime,
agentId: runtime.agentId,
roomId: message.roomId,
onlyInProgress: options.onlyInProgress as boolean,
});
Expand All @@ -82,7 +81,6 @@ async function handler(
// get goals
goalsData = await getGoals({
runtime,
agentId: runtime.agentId,
roomId: message.roomId,
onlyInProgress: true,
});
Expand Down Expand Up @@ -148,7 +146,6 @@ export const goalEvaluator: Evaluator = {
// Check if there are active goals that could potentially be updated
const goals = await getGoals({
runtime,
agentId: runtime.agentId,
count: 1,
onlyInProgress: true,
roomId: message.roomId,
Expand Down

0 comments on commit 36a2f53

Please sign in to comment.