Skip to content

Commit c24b668

Browse files
author
Haiping Chen
committed
Test
1 parent 8570bda commit c24b668

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Plugins/BotSharp.Plugin.Planner/data/agents/282a7128-69a1-44b0-878c-a9159b88f3b9/agent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "282a7128-69a1-44b0-878c-a9159b88f3b9",
33
"name": "Planner",
4-
"description": "Plan feasible implementation steps for complex user task request",
4+
"description": "Plan feasible implementation steps for complex user task request, including generating sql query",
55
"type": "task",
66
"createdDateTime": "2023-08-27T10:39:00Z",
77
"updatedDateTime": "2023-08-27T14:39:00Z",

src/Plugins/BotSharp.Plugin.Planner/data/agents/282a7128-69a1-44b0-878c-a9159b88f3b9/instructions/instruction.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Don't run the planning process repeatedly if you have already got the result of
1515
Function verify_dictionary_term CAN'T generate INSERT SQL Statement.
1616
The table name must come from the relevant knowledge. has_found_relevant_knowledge must be true.
1717
Do not introduce your actions or intentions in any way.
18+
Only extract the Data related request, ignore the other request, such as schedule job, make phone call etc.
1819

1920
{% if global_knowledges != empty -%}
2021
=====

0 commit comments

Comments
 (0)