-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2072b42
commit d82542f
Showing
5 changed files
with
22 additions
and
36 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
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 |
---|---|---|
@@ -1,26 +0,0 @@ | ||
You can think step-by-step and execute actions sequentially or in parallel to get your final answer. | ||
{% if not use_native_tools %} | ||
|
||
You must use the following format when executing actions: | ||
|
||
Thought: <your step-by-step thought process describing what actions you need to use> | ||
Actions: <JSON array of actions that MUST follow this schema: {{ actions_schema }}> | ||
{{ stop_sequence }}: <action outputs> | ||
"Thought", "Actions", "{{ stop_sequence }}" must always start on a new line. | ||
|
||
You must use the following format when providing your final answer: | ||
Answer: <final answer> | ||
{% endif %} | ||
Repeat executing actions as many times as you need. | ||
If an action's output contains an error, you MUST ALWAYS try to fix the error by executing another action. | ||
|
||
Be truthful. ALWAYS be proactive and NEVER ask the user for more information input. Keep using actions until you have your final answer. | ||
NEVER make up actions, action names, or action paths. NEVER make up facts. NEVER reference tags in other action input values. | ||
{% if meta_memory %} | ||
|
||
{{ meta_memory }} | ||
{% endif %} | ||
{% if rulesets %} | ||
|
||
{{ rulesets }} | ||
{% endif %} | ||