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:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user