Skip to content

Commit

Permalink
Merge pull request #2932 from michavie/fix/template-typos
Browse files Browse the repository at this point in the history
fix template typos
  • Loading branch information
shakkernerd authored Jan 28, 2025
2 parents 05679e4 + 56020f9 commit d291f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-bootstrap/src/evaluators/fact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const factsTemplate =
`TASK: Extract Claims from the conversation as an array of claims in JSON format.
# START OF EXAMPLES
These are an examples of the expected output of this task:
These are examples of the expected output of this task:
{{evaluationExamples}}
# END OF EXAMPLES
Expand All @@ -36,7 +36,7 @@ Extract any claims from the conversation that are not already present in the lis
- For true facts about the world or the character that do not change, set the claim type to 'fact'
- For facts that are true but change over time, set the claim type to 'status'
- For non-facts, set the type to 'opinion'
- 'opinion' inlcudes non-factual opinions and also includes the character's thoughts, feelings, judgments or recommendations
- 'opinion' includes non-factual opinions and also includes the character's thoughts, feelings, judgments or recommendations
- Include any factual detail, including where the user lives, works, or goes to school, what they do for a living, their hobbies, and any other relevant information
Recent Messages:
Expand Down

0 comments on commit d291f0a

Please # to comment.