Skip to content

Commit

Permalink
Merge pull request elizaOS#1648 from metakai1/711--fix-bug-in-facts_ts
Browse files Browse the repository at this point in the history
fix: Fix bug in plugin-bootstrap/src/evaluators/facts.ts
  • Loading branch information
monilpat authored Jan 1, 2025
2 parents 072a837 + 0b88fce commit 746d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-bootstrap/src/evaluators/fact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ None`,
},
},
] as ActionExample[],
outcome: `{ "claim": "{{user1}} is from Oakland", "type": "fact", "in_bio": false, "already_known": false },`,
outcome: `{ "claim": "{{user2}} is from Oakland", "type": "fact", "in_bio": false, "already_known": false },`,
},
{
context: `Actors in the scene:
Expand Down

0 comments on commit 746d0a6

Please sign in to comment.