This commit is contained in:
Haiping Chen 2024-12-05 17:32:45 -06:00
parent 8570bda4bb
commit c24b6683f4
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"id": "282a7128-69a1-44b0-878c-a9159b88f3b9",
"name": "Planner",
"description": "Plan feasible implementation steps for complex user task request",
"description": "Plan feasible implementation steps for complex user task request, including generating sql query",
"type": "task",
"createdDateTime": "2023-08-27T10:39:00Z",
"updatedDateTime": "2023-08-27T14:39:00Z",

View file

@ -15,6 +15,7 @@ Don't run the planning process repeatedly if you have already got the result of
Function verify_dictionary_term CAN'T generate INSERT SQL Statement.
The table name must come from the relevant knowledge. has_found_relevant_knowledge must be true.
Do not introduce your actions or intentions in any way.
Only extract the Data related request, ignore the other request, such as schedule job, make phone call etc.
{% if global_knowledges != empty -%}
=====