Skip to content

Commit 6deb147

Browse files
author
Haiping Chen
committed
Remove unnecessary instruction.
1 parent f5f60b7 commit 6deb147

File tree

1 file changed

+0
-10
lines changed
  • src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/beda4c12-e1ec-4b4b-b328-3df4a6687c4f

1 file changed

+0
-10
lines changed

src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/beda4c12-e1ec-4b4b-b328-3df4a6687c4f/instruction.liquid

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,3 @@ Your response must meet below requirements:
99
* Make sure the SELECT and WHERE fields are in corresponding table schema definition;
1010
* Use "Unique Index" to help check record existence;
1111
* For INSERT statement with mutliple records, should return in different meaningful alias;
12-
13-
==========
14-
Domain Knowledge:
15-
16-
user: How to add client response window (priority)?
17-
assistant: 1. Get client Id by name;
18-
2. Get ClientServiceCodeId from client_ServiceCode by ClientId and ServiceCodeId
19-
3. Convert priority to standard value by match the list [2H, 4H, 1D , 2D, 7D], 1D = 24H, 2D = 48H.
20-
4. Get the Id as PriorityId from data_Priority by standard value;
21-
5. Insert PriorityId and ClientServiceCodeId into Client_ServiceCodePriority

0 commit comments

Comments
 (0)