-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update examples and version of package
- Loading branch information
1 parent
3cc8ba5
commit adf95b9
Showing
5 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
Context: {{ prompt.context }} | ||
|
||
Domain: {{ prompt.metadata.domain }} | ||
|
||
Task Difficulty: {{ prompt.constraints.difficulty }} | ||
|
||
Reply in tone: {{ prompt.constraints.tone }} | ||
|
||
Follow the below instructions step-by-step for objective: | ||
{% for instruction in prompt.instructions -%} | ||
{{loop.index}}. {{ instruction }} | ||
{% endfor %} | ||
|
||
Audience: {{ prompt.metadata.domain }} | ||
Task Difficulty: {{ prompt.metadata.difficulty }} | ||
Reply in tone: {{ prompt.constraints.tone }} | ||
|
||
Objective: {{ prompt.objective }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
""" | ||
|
||
# pylint: disable=invalid-name | ||
version = "0.1.0" | ||
version = "0.2.0" |