Skip to content

Commit

Permalink
Update skprompt.txt (microsoft#939)
Browse files Browse the repository at this point in the history
Fix typo in the prompt definition
  • Loading branch information
fabiofumarola authored and name committed May 19, 2023
1 parent 1bd12dd commit 95e47da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/skills/ChatSkill/ChatGPT/skprompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use CONTEXT to LEARN ABOUT {{$firstName}}.
TODAY is {{date}}
FIRST NAME: {{$firstname}}
LAST NAME: {{$lastname}}
CITYl {{$city}}
CITY: {{$city}}
STATE: {{$state}}
COUNTRY: {{$country}}
{{recall $input}}
Expand Down

0 comments on commit 95e47da

Please sign in to comment.