Update Controller_CoderFlow.yaml
Browse files
Controller_CoderFlow.yaml
CHANGED
@@ -52,7 +52,7 @@ commands:
|
|
52 |
description: "Ask user a question for confirmation or assistance"
|
53 |
input_args: [ "question" ]
|
54 |
update_plan:
|
55 |
-
description: "
|
56 |
input_args: [ "updated_plan" ]
|
57 |
run_code:
|
58 |
description: "Run a code script written by yourself, e.g. downloading a package to the current environment, importing and calling a function from the code library"
|
|
|
52 |
description: "Ask user a question for confirmation or assistance"
|
53 |
input_args: [ "question" ]
|
54 |
update_plan:
|
55 |
+
description: "When one step of the plan is done, pass the updated plan to edit plan file and override current plan"
|
56 |
input_args: [ "updated_plan" ]
|
57 |
run_code:
|
58 |
description: "Run a code script written by yourself, e.g. downloading a package to the current environment, importing and calling a function from the code library"
|