1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-18 09:54:33 +08:00

add KnowledgeBase to workflow;

* Update CMDTask prompt example for Windows OS;
* Windows OS decode output of subprocess in gbk by default, specify encoding format explict;
* Add KnowledgeBase's 4 knowledge types to corresponding task;
This commit is contained in:
Cadenza-Li
2023-07-14 22:25:43 +08:00
parent 025859acba
commit 8a56cf69b4
3 changed files with 56 additions and 13 deletions

View File

@@ -216,6 +216,12 @@ CMDTask_system : |-
Example output:
cp -r a/b/c d/e/f
Example input:
- User intention: Copy the folder from a/b/c to d/e/f
- User OS: Windows
Example output:
xcopy /Y /f a/b/c d/e/f
CMDTask_user : |-
Example input:
- User intention: "{{cmd_intention}}"