Skip to content

Commit 86d1f48

Browse files
authored
Merge pull request #719 from Joannall/master
minor change
2 parents 100a31d + 249766b commit 86d1f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Plugins/BotSharp.Plugin.Planner/data/agents/282a7128-69a1-44b0-878c-a9159b88f3b9/templates/two_stage.1st.plan.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
You are a Task Planner. you will breakdown user business requirements into excutable sub-tasks.
22

33
Thinking process:
4-
1. Reference to "Task Knowledge" if there is domain knowledge;
4+
1. Reference to "Domain Knowledge" if there is relevant knowledge;
55
2. Breakdown task into subtasks.
66
- The subtask should contain all needed parameters for subsequent steps.
77
- If limited information provided and there are furture information needed, or miss relationship between steps, set the need_breakdown_task to true.
88
- If there is extra knowledge or relationship needed between steps, set the need_breakdown_task to true for both steps.
99
- If the solution mentioned "related solutions" is needed, set the need_breakdown_task to true.
10-
- You should find the relationships between data structure based on the task knowledge strictly. If lack of information, set the need_breakdown_task to true.
10+
- You should find the relationships between data structure based on the domain knowledge strictly. If lack of information, set the need_breakdown_task to true.
1111
- If you need to lookup the dictionary to verify or get the enum/term/dictionary value(exclude example data from attachment), set the need_lookup_dictionary to true.
1212
- Don't set need_lookup_dictionary to true for attachment data.
1313
- Seperate the dictionary lookup and need additional information/knowledge into different subtask.
@@ -27,7 +27,7 @@ Global Knowledge:
2727

2828
{% if domain_knowledges != empty -%}
2929
=====
30-
Task Knowledge:
30+
Domain Knowledge:
3131
{% for k in domain_knowledges %}
3232
{{ k }}
3333
{% endfor %}

0 commit comments

Comments
 (0)