Skip to content

Commit 8fd7f93

Browse files
authored
Merge pull request #1648 from metakai1/711--fix-bug-in-facts_ts
fix: Fix bug in plugin-bootstrap/src/evaluators/facts.ts
2 parents 98af3d5 + 6c987b4 commit 8fd7f93

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-bootstrap/src/evaluators

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ None`,
162162
},
163163
},
164164
] as ActionExample[],
165-
outcome: `{ "claim": "{{user1}} is from Oakland", "type": "fact", "in_bio": false, "already_known": false },`,
165+
outcome: `{ "claim": "{{user2}} is from Oakland", "type": "fact", "in_bio": false, "already_known": false },`,
166166
},
167167
{
168168
context: `Actors in the scene:

0 commit comments

Comments
 (0)